chore(deps): bump urllib3 from 2.5.0 to 2.6.3#1806
chore(deps): bump urllib3 from 2.5.0 to 2.6.3#1806dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| @@ -1,4 +1,4 @@ | |||
| # This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand. | |||
| # This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. | |||
There was a problem hiding this comment.
Per-group docs-extra markers removed from lock file
High Severity
The lock file was regenerated by Poetry 2.2.1 (downgraded from 2.3.1), which dropped all per-group markers of the form markers = {main = "extra == \"docs\""} from ~60+ packages. Packages like anyio, argon2-cffi, jupyter-server, jupyterlab, notebook, tornado, httpx, and many more were previously restricted to install in the main group only when the docs extra was enabled. Without these markers, a plain poetry install (no --extras docs) will now pull in all these transitive documentation dependencies unconditionally, significantly bloating production installs.
Additional Locations (2)
|
|
||
| [package.dependencies] | ||
| botocore = ">=1.37.4,<2.0a0" | ||
| botocore = ">=1.37.4,<2.0a.0" |
There was a problem hiding this comment.
Botocore version constraint uses invalid PEP 440 syntax
Low Severity
The s3transfer dependency on botocore changed from >=1.37.4,<2.0a0 to >=1.37.4,<2.0a.0. In PEP 440, 2.0a0 is the standard alpha pre-release format ({N}.{N}a{N}), while 2.0a.0 with a dot between a and 0 is non-standard. This was likely caused by Poetry 2.2.1 serializing version constraints differently. While Poetry's own resolver may handle this, the non-standard form could cause issues with strict PEP 440 parsers or when exporting to requirements.txt.


Bumps urllib3 from 2.5.0 to 2.6.3.
Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
0248277Release 2.6.38864ac4Merge commit from fork70cecb2Fix Scorecard issues related to vulnerable dev dependencies (#3755)41f249aMove "v2.0 Migration Guide" to the end of the table of contents (#3747)fd4dffdPatchVerifiedHTTPSConnectionfor Emscripten (#3752)13f0bfdHandle massive values in Retry-After when calculating time to sleep for (#3743)8c480bfBump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748)4b40616Bump actions/cache from 4.3.0 to 5.0.1 (#3750)82b8479Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749)34284cbMention experimental features in the security policy (#3746)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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only dependency update; primary behavioral impact is the
urllib3bump, which could affect HTTP behavior but is otherwise limited in scope.Overview
Updates the dependency lock to use
urllib32.6.3(from2.5.0), pulling in updated wheel hashes and refreshed extras metadata (notablybrotli/zstd).Regenerates
poetry.lockwith Poetry2.2.1, which normalizes a number of dependency marker/constraint encodings (e.g., Windows/macOS selectors and version spec formatting) without changing declared dependencies inpyproject.toml.Written by Cursor Bugbot for commit d1bba7d. This will update automatically on new commits. Configure here.