Skip to content

Deps security updates#32

Closed
jarsarasty wants to merge 1 commit into
mainfrom
deps--security-updates
Closed

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

Conversation

@jarsarasty

@jarsarasty jarsarasty commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

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

@MichielTukker MichielTukker left a comment

Copy link
Copy Markdown
Contributor

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.

@jarsarasty

Copy link
Copy Markdown
Contributor Author

Closing in favour of #35 (feature/simulator-worker-integration), which already includes these changes via cherry-pick. They will land in main when #35 is merged.

@jarsarasty jarsarasty closed this May 6, 2026
@jarsarasty jarsarasty deleted the deps--security-updates branch May 6, 2026 12:51
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