Skip to content

Deps security updates#32

Open
jarsarasty wants to merge 1 commit intomainfrom
deps--security-updates
Open

Deps security updates#32
jarsarasty wants to merge 1 commit intomainfrom
deps--security-updates

Conversation

@jarsarasty
Copy link
Copy Markdown
Contributor

@jarsarasty jarsarasty commented Mar 5, 2026

Update dependency versions to address security vulnerabilities:

  • filelock 3.20.2 → 3.25.0 (CVE fixes)
  • pip 25.3 → 26.0.1 (CVE fixes)
  • virtualenv 20.34.0 → 21.1.0 (CVE fixes)
  • Added python-discovery 1.1.0 (required by updated virtualenv)

Version constraints for direct dependencies are reflected in pyproject.toml. pip and virtualenv are uv's internal tooling and pinned in uv.lock.

Base automatically changed from feature/database-connectivity to main March 5, 2026 16:02
Copy link
Copy Markdown
Contributor

@MichielTukker MichielTukker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

@jarsarasty jarsarasty force-pushed the deps--security-updates branch from a7f4598 to f787364 Compare March 12, 2026 15:48
@jarsarasty
Copy link
Copy Markdown
Contributor Author

Hi @MichielTukker

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants