Update Python dependencies to latest versions #36
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
This PR updates all Python dependencies to their latest versions, addressing security vulnerabilities and ensuring the project benefits from recent bug fixes and improvements.
The dependency update process included:
Key Dependency Updates
Security-Critical Updates
Other Notable Updates
Development Dependencies
Also updated development tools:
Context
According to GitHub's security alerts, the project currently has 17 vulnerabilities (4 high, 11 moderate, 2 low) on the default branch. This update addresses many of those vulnerabilities by bringing dependencies to their latest secure versions.
All updates maintain compatibility with Python 3.10 as specified in the Pipfile.
Testing
pipenv updatepipenv requirements --hashDeployment Notes
Both development and production environments should be updated:
pipenv installto use updated Pipfile.lock🤖 Generated with Claude Code