Skip to content

Commit 4465a10

Browse files
Upgrade urllib3 dependency to 2.6.3 (#520)
## Summary This pull request updates the urllib3 dependency to version 2.6.3 across the project's dependency specifications. ## Changes - Updated urllib3 version constraint in `pyproject.toml` from `^2.6.2` to `^2.6.3` - Updated urllib3 pinned version in `requirements.txt` from `2.6.2` to `2.6.3` ## Notes This is a patch-level version bump that maintains compatibility with the existing caret constraint in pyproject.toml. The lockfile has been updated accordingly to reflect the new dependency resolution. https://claude.ai/code/session_019Hrc2h44LQ6HbC5m2tatZr Co-authored-by: Claude <noreply@anthropic.com>
1 parent e46b387 commit 4465a10

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requests = ">2.32.4"
3737
pyyaml = "6.0.1"
3838
typing-extensions = "4.6.0"
3939
idna = "3.7"
40-
urllib3 = "^2.6.2"
40+
urllib3 = "^2.6.3"
4141
setuptools = "^80.9.0"
4242
zipp = "^3.19.1"
4343
tenacity = "^9.0.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typer==0.7.0 ; python_version >= "3.10" and python_full_version < "3.13"
5050
typing-extensions==4.6.0 ; python_version >= "3.10" and python_full_version < "3.13"
5151
tzdata==2024.1 ; python_version >= "3.10" and python_full_version < "3.13"
5252
tzlocal==5.2 ; python_version >= "3.10" and python_full_version < "3.13"
53-
urllib3==2.6.2 ; python_version >= "3.10" and python_full_version < "3.13"
53+
urllib3==2.6.3 ; python_version >= "3.10" and python_full_version < "3.13"
5454
websocket-client==1.7.0 ; python_version >= "3.10" and python_full_version < "3.13"
5555
zipp==3.20.2 ; python_version >= "3.10" and python_full_version < "3.13"
5656
# required for tests

0 commit comments

Comments
 (0)