Skip to content

Commit 850c85f

Browse files
Update urllib3 to v2.6.0
This fixes two vulnerabilities: - GHSA-2xpw-w6gg-jr37 - GHSA-gm62-xv2j-4w53
1 parent 3d341ec commit 850c85f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
1+
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
22

33
[[package]]
44
name = "alabaster"
@@ -1497,21 +1497,21 @@ typing-extensions = ">=4.12.0"
14971497

14981498
[[package]]
14991499
name = "urllib3"
1500-
version = "2.5.0"
1500+
version = "2.6.0"
15011501
description = "HTTP library with thread-safe connection pooling, file post, and more."
15021502
optional = false
15031503
python-versions = ">=3.9"
15041504
groups = ["main", "dev"]
15051505
files = [
1506-
{file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
1507-
{file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
1506+
{file = "urllib3-2.6.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"},
1507+
{file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"},
15081508
]
15091509

15101510
[package.extras]
1511-
brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""]
1511+
brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""]
15121512
h2 = ["h2 (>=4,<5)"]
15131513
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
1514-
zstd = ["zstandard (>=0.18.0)"]
1514+
zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
15151515

15161516
[[package]]
15171517
name = "wrapt"

0 commit comments

Comments
 (0)