[Snyk] Security upgrade cryptography from 45.0.7 to 46.0.5#10
[Snyk] Security upgrade cryptography from 45.0.7 to 46.0.5#10
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 78953320da
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| six | ||
| ipython | ||
| twine | ||
| cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
Avoid forcing cryptography 46 on legacy Python
Adding cryptography>=46.0.5 makes pip install -r requirements.txt unsatisfiable for the interpreter versions this project still documents/tests (README.md and .travis.yml include Python 2.7 and 3.4–3.7), because cryptography 46.x requires newer Python. In those environments dependency resolution fails before tests can run, so this security bump effectively breaks existing supported runtimes; this should be version-gated (environment markers) or constrained to a range compatible with declared support.
Useful? React with 👍 / 👎.
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements.txtImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.