Deps security updates#32
Open
jarsarasty wants to merge 1 commit intomainfrom
Open
Conversation
MichielTukker
requested changes
Mar 12, 2026
Contributor
MichielTukker
left a comment
There was a problem hiding this comment.
I see a lot of changes that don't really have anything to do with updating the dependencies due to security issues?
Do we have version requirements in the pyproject.toml for the dependencies?
a7f4598 to
f787364
Compare
Contributor
Author
|
You're right! This branch was originally based on a cleanup/refactoring branch, so it included those changes too. I've now rebased it onto main, so it only contains the security dependency updates. Regarding version requirements: filelock already has a >=3.20.1 lower bound in pyproject.toml with a comment noting the security fix — we could tighten it to >=3.25.0 to reflect the latest update. |
f787364 to
a123308
Compare
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.
Update dependency versions to address security vulnerabilities:
filelock3.20.2 → 3.25.0 (CVE fixes)pip25.3 → 26.0.1 (CVE fixes)virtualenv20.34.0 → 21.1.0 (CVE fixes)python-discovery1.1.0 (required by updated virtualenv)Version constraints for direct dependencies are reflected in
pyproject.toml.pipandvirtualenvare uv's internal tooling and pinned inuv.lock.