Update transitive deps to fix 9 Dependabot security alerts#191
Merged
Conversation
Upgrades lockfile-only dependencies to fix 9 Dependabot alerts: - urllib3 2.5.0 → 2.6.3 (CVE-2025-66418, CVE-2025-66471, CVE-2026-21441) - filelock 3.19.1 → 3.29.0 (CVE-2025-68146, CVE-2026-22701) - virtualenv 20.34.0 → 21.3.1 (CVE-2026-22702) - marshmallow 3.26.1 → 3.26.2 (CVE-2025-68480) - pygments 2.19.2 → 2.20.0 (CVE-2026-4539) - pytest 8.4.2 → 9.0.3 (CVE-2025-71176) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
belen-pruvost
approved these changes
May 5, 2026
The API now prefixes table names with "dataset_" on CSV upload. The cleanup step already accounted for this but the assertion did not.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uv.lockto resolve 9 open Dependabot security alerts (3 high, 4 medium, 2 low)pyproject.toml— only the lockfile is affectedruff format,ruff check,mypy --strict, unit tests)Packages updated
Remaining alerts (Step 2)
The remaining 22 alerts require
pyproject.tomlpin changes:~=3.12.15→~=3.13.4(20 alerts, minor version bump)~=2.32.5→~=2.33.0(1 alert)Test plan
make check(format + lint + mypy)make test-unit(72 tests pass)