diff --git a/poetry.lock b/poetry.lock index f872cd2..d76e564 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1453,13 +1453,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-requests" -version = "2.32.0.20240622" +version = "2.32.0.20240712" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240622.tar.gz", hash = "sha256:ed5e8a412fcc39159d6319385c009d642845f250c63902718f605cd90faade31"}, - {file = "types_requests-2.32.0.20240622-py3-none-any.whl", hash = "sha256:97bac6b54b5bd4cf91d407e62f0932a74821bc2211f22116d9ee1dd643826caf"}, + {file = "types-requests-2.32.0.20240712.tar.gz", hash = "sha256:90c079ff05e549f6bf50e02e910210b98b8ff1ebdd18e19c873cd237737c1358"}, + {file = "types_requests-2.32.0.20240712-py3-none-any.whl", hash = "sha256:f754283e152c752e46e70942fa2a146b5bc70393522257bb85bd1ef7e019dcc3"}, ] [package.dependencies] @@ -1855,4 +1855,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "66ac49d7bb9bf5c00c1a9095b51594edcc47fc48eac53a5f48e01cdea382564e" +content-hash = "2da6c83c0b5f09a5905b081f91dce4a450f3c82d497b8c520bf8ade1810c18ff" diff --git a/pyproject.toml b/pyproject.toml index 0c6b8f0..999cfb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ fastapi = {extras = ["all"], version = "^0.111.0"} uvicorn = "^0.30.1" starlette = "^0.37.2" requests = "^2.32.3" -types-requests = "^2.32.0.20240622" +types-requests = "^2.32.0.20240712" urllib3 = "^2.2.2" jinja2 = "^3.1.4"