diff --git a/poetry.lock b/poetry.lock index c69f8c1..43126b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -902,14 +902,14 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.4" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.31.0.2.tar.gz", hash = "sha256:6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40"}, - {file = "types_requests-2.31.0.2-py3-none-any.whl", hash = "sha256:56d181c85b5925cbc59f4489a57e72a8b2166f18273fd8ba7b6fe0c0b986f12a"}, + {file = "types-requests-2.31.0.4.tar.gz", hash = "sha256:a111041148d7e04bf100c476bc4db3ee6b0a1cd0b4018777f6a660b1c4f1318d"}, + {file = "types_requests-2.31.0.4-py3-none-any.whl", hash = "sha256:c7a9d6b62776f21b169a94a0e9d2dfcae62fa9149f53594ff791c3ae67325490"}, ] [package.dependencies] @@ -1015,4 +1015,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "95c8b58d6df8c9825fe14f1a7e9423579cb5aba39d69e0090d2917bff7393a27" +content-hash = "1b569e521bb92037a51d7b866b4156185347d73bf0d9eb0642a8368fead0b9ee" diff --git a/pyproject.toml b/pyproject.toml index deb39eb..0dd731b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-asyncio = "==0.21.1" pytest-cov = "==4.1.0" pytest-mock = "==3.11.1" mypy = "==1.5.1" -types-requests = "==2.31.0.2" +types-requests = "==2.31.0.4" httpx = "==0.25.0" [build-system]