diff --git a/poetry.lock b/poetry.lock index 2431254..ffcae91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,30 +921,18 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam [[package]] name = "types-requests" -version = "2.31.0.6" +version = "2.31.0.7" description = "Typing stubs for requests" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.6.tar.gz", hash = "sha256:cd74ce3b53c461f1228a9b783929ac73a666658f223e28ed29753771477b3bd0"}, - {file = "types_requests-2.31.0.6-py3-none-any.whl", hash = "sha256:a2db9cb228a81da8348b49ad6db3f5519452dd20a9c1e1a868c83c5fe88fd1a9"}, + {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"}, ] [package.dependencies] -types-urllib3 = "*" - -[[package]] -name = "types-urllib3" -version = "1.26.25.14" -description = "Typing stubs for urllib3" -category = "dev" -optional = false -python-versions = "*" -files = [ - {file = "types-urllib3-1.26.25.14.tar.gz", hash = "sha256:229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"}, - {file = "types_urllib3-1.26.25.14-py3-none-any.whl", hash = "sha256:9683bbb7fb72e32bfe9d2be6e04875fbe1b3eeec3cbb4ea231435aa7fd6b4f0e"}, -] +urllib3 = ">=2" [[package]] name = "typing-extensions" @@ -1049,4 +1037,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1b93391ac8bf3dfaace9b95286d2a0cb19a60aaea87eb46e20dde7d01b724d83" +content-hash = "c8d39ab9ddfbc724a946d7ef8c400250878425d0dddc2c577fa93b1a468182fd" diff --git a/pyproject.toml b/pyproject.toml index 770d368..8c8f402 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.6" +types-requests = "==2.31.0.7" httpx = "==0.25.0" [build-system]