diff --git a/poetry.lock b/poetry.lock index cdff30163..2f1ebb64c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4074,13 +4074,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.6" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.7" 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.6.tar.gz", hash = "sha256:cd74ce3b53c461f1228a9b783929ac73a666658f223e28ed29753771477b3bd0"}, + {file = "types_requests-2.31.0.6-py3-none-any.whl", hash = "sha256:a2db9cb228a81da8348b49ad6db3f5519452dd20a9c1e1a868c83c5fe88fd1a9"}, ] [package.dependencies] @@ -4496,4 +4496,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "7b34f9dcd90b3fb062ec47ad4c079754855cb79c5b3a4577cfebe199c7929a80" +content-hash = "6e07d2577bf55502072c33f76bf557b4cf7b0c12039cc4c07b77157bb5ded874" diff --git a/pyproject.toml b/pyproject.toml index b1fb4d99b..b38954f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ lxml = "4.9.1" zeep = "^4.1.0" mypy = "^1.5" pandas-stubs = "^2.1.1.230928" -types-requests = "^2.31.0.2" +types-requests = "^2.31.0.6" types-simplejson = "^3.19.0.2" types-python-slugify = "^8.0.0.3" types-pyopenssl = "^23.2.0.2"