diff --git a/poetry.lock b/poetry.lock index 52a6651..ec16cb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1678,13 +1678,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.3" +version = "2.3.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, - {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, + {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, + {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, ] [package.extras] @@ -1957,4 +1957,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "ff9131fe0d66c6d6e0e6d4075e308964c813438987362ddffd348fae50356ce5" +content-hash = "d7baaa99ac6e2776ab831f87a48617ade92f15516713585687a7002077002011" diff --git a/pyproject.toml b/pyproject.toml index fffc36b..e9ff1e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ uvicorn = "^0.34.0" starlette = "^0.41.3" requests = "^2.32.3" types-requests = "^2.32.0.20241016" -urllib3 = "^2.2.3" +urllib3 = "^2.3.0" jinja2 = "^3.1.5"