diff --git a/poetry.lock b/poetry.lock index 9b61313fb..47e15e614 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5346,14 +5346,14 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake [[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] @@ -6011,4 +6011,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "65a1964d9f885eeaa1dcc0549fe8e9d1a32671312d0b8b55796a3019c8c187a1" +content-hash = "bcc2c2b38d3e15eed1fa6ffdeb75ddb01ddda80ec1c04b9da60645980d4572ee" diff --git a/pyproject.toml b/pyproject.toml index 1d6b20598..665cb911d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ python-dateutil = "^2.9.0.post0" pyyaml = "^6.0.3" s3transfer = "^0.13.1" six = "^1.16.0" -urllib3 = "^2.6.0" +urllib3 = "^2.6.1" webencodings = "^0.5.1" itsdangerous = "^2.2.0" jinja2 = "^3.1.6"