diff --git a/poetry.lock b/poetry.lock index a58de071..b6f246bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1048,13 +1048,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.10" +version = "2.31.0.20231231" description = "Typing stubs for requests" optional = false python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.10.tar.gz", hash = "sha256:dc5852a76f1eaf60eafa81a2e50aefa3d1f015c34cf0cba130930866b1b22a92"}, - {file = "types_requests-2.31.0.10-py3-none-any.whl", hash = "sha256:b32b9a86beffa876c0c3ac99a4cd3b8b51e973fb8e3bd4e0a6bb32c7efad80fc"}, + {file = "types-requests-2.31.0.20231231.tar.gz", hash = "sha256:0f8c0c9764773384122813548d9eea92a5c4e1f33ed54556b508968ec5065cee"}, + {file = "types_requests-2.31.0.20231231-py3-none-any.whl", hash = "sha256:2e2230c7bc8dd63fa3153c1c0ae335f8a368447f0582fc332f17d54f88e69027"}, ] [package.dependencies] @@ -1229,4 +1229,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b4ac74253619568842ac36ec61e3a71c74e2817d0839dd25e6cf4f7057facf2b" +content-hash = "1bb5c1ea2f45e7830eab5cc7a8553a4944addf8199d4c73a8c31e39caa898bb2" diff --git a/pyproject.toml b/pyproject.toml index fd3fb6d1..7b70b061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ mypy = { version = "==1.7.1", markers = "implementation_name != 'pypy'", python ruff = "0.1.9" # stubs -types-requests = "==2.31.0.10" +types-requests = "==2.31.0.20231231" pytz = "==2023.3.post1" [tool.poetry-plugin-bump]