-
Notifications
You must be signed in to change notification settings - Fork 5
[Snyk] Security upgrade requests from 2.25.1 to 2.33.0 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ Pygments==2.9.0 | |
| pyparsing==2.4.7 | ||
| pytz==2021.1 | ||
| recommonmark==0.6.0 | ||
| requests==2.25.1 | ||
| requests==2.33.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Dependency conflict: requests 2.33.0 requires certifi>=2023.5.7 but certifi is pinned to 2020.12.5 Upgrading Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| six==1.16.0 | ||
| snowballstemmer==2.1.0 | ||
| Sphinx==4.0.1 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incompatible pinned certifi version breaks dependency resolution
High Severity
Upgrading
requeststo 2.33.0 introduces a dependency conflict.requests==2.33.0requirescertifi>=2023.5.7, butcertifi==2020.12.5is pinned on line 4 of this same file. This will cause pip dependency resolution to fail, breaking the docs build. Thecharset_normalizerpackage (required>=2,<4byrequests2.33.0) is also missing entirely from the pinned dependencies.