diff --git a/poetry.lock b/poetry.lock index 5083510..55d7700 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,14 +921,14 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam [[package]] name = "types-requests" -version = "2.31.0.7" +version = "2.31.0.8" description = "Typing stubs for requests" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.7.tar.gz", hash = "sha256:4d930dcabbc2452e3d70728e581ac4ac8c2d13f62509ad9114673f542af8cb4e"}, - {file = "types_requests-2.31.0.7-py3-none-any.whl", hash = "sha256:39844effefca88f4f824dcdc4127b813d3b86a56b2248d3d1afa58832040d979"}, + {file = "types-requests-2.31.0.8.tar.gz", hash = "sha256:e1b325c687b3494a2f528ab06e411d7092cc546cc9245c000bacc2fca5ae96d4"}, + {file = "types_requests-2.31.0.8-py3-none-any.whl", hash = "sha256:39894cbca3fb3d032ed8bdd02275b4273471aa5668564617cc1734b0a65ffdf8"}, ] [package.dependencies] @@ -1037,4 +1037,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d99834adc5c744729903e5d0177caf34b7b1049a976af8372252eec318ccfe09" +content-hash = "ab2047f75b9729ce34faec2fce01d9e4c2e433635141c278899887a4bbdd1e65" diff --git a/pyproject.toml b/pyproject.toml index 53b45de..c3fcc4f 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.7" +types-requests = "==2.31.0.8" httpx = "==0.25.0" [build-system]