diff --git a/poetry.lock b/poetry.lock index 9e65309ff..0bebba768 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4081,14 +4081,14 @@ files = [ [[package]] name = "urllib3" -version = "2.6.0" +version = "2.6.1" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "urllib3-2.6.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"}, - {file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"}, + {file = "urllib3-2.6.1-py3-none-any.whl", hash = "sha256:e67d06fe947c36a7ca39f4994b08d73922d40e6cca949907be05efa6fd75110b"}, + {file = "urllib3-2.6.1.tar.gz", hash = "sha256:5379eb6e1aba4088bae84f8242960017ec8d8e3decf30480b3a1abdaa9671a3f"}, ] [package.extras] @@ -4495,4 +4495,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "af97cfedd8357fa47f7bc4df4403ba0c2b834996536bcf6c0a5ee94409735cd9" +content-hash = "63ed2c685302e58207a63a9ba0c4199e876ae9166fa1db3f2f295bf138bd7804" diff --git a/pyproject.toml b/pyproject.toml index c037b9695..ab2bb021e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ python-dateutil = "^2.9.0.post0" pyyaml = "^6.0.3" requests = "^2.32.5" six = "^1.16.0" -urllib3 = "^2.6.0" +urllib3 = "^2.6.1" webencodings = "^0.5.1" virtualenv = "<20.36"