-
Couldn't load subscription status.
- Fork 33
Bump urllib3 from 1.26.19 to 2.0.7 #112
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
Conversation
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
ba26843 to
7d25777
Compare
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
7d25777 to
2f412e4
Compare
2f412e4 to
8972412
Compare
|
@dependabot rebase |
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.0.7 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
8972412 to
cb409c9
Compare
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.
Pull Request Overview
This PR bumps the urllib3 dependency from version 1.26.19 to 2.0.7 by updating the version constraint in the pyproject.toml file.
- Updates the dependency declaration for urllib3 to allow versions from 1.26.12 up to, but not including, 3.0.0.
| parameterized = "^0.8.1" | ||
| tox = "^3.26.0" | ||
| urllib3 = "^1.26.12" | ||
| urllib3 = ">=1.26.12,<3.0.0" |
Copilot
AI
Jun 3, 2025
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.
The updated version constraint now allows versions starting from 1.26.12, which could potentially include versions older than the target 2.0.7 upgrade. Consider updating the lower bound to 2.0.7 if that is the intended minimum version, or provide documentation on why the lower bound remains at 1.26.12.
Bumps urllib3 from 1.26.19 to 2.0.7.
Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
56f01e0Release 2.0.74e50fbcMerge pull request from GHSA-g4mx-q9vg-27p480808b0Fix docs build on Python 3.12 (#3144)f28deffAdd 1.26.17 to the current changelog262e3e3Release 2.0.6644124eMerge pull request from GHSA-v845-jxx5-vc9f740380cBump cryptography from 41.0.3 to 41.0.4 (#3131)d9f85a7Release 2.0.5d41f412Undeprecate pyOpenSSL module (#3127)b6c04cbFix a link to "absolute URI" definition (#3128)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)