diff --git a/poetry.lock b/poetry.lock index 5d8ef71..18a24b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -661,13 +661,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] @@ -718,4 +718,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dff5ec76b281aace16ae98bad42265c6245a9699cb7f8c5a54440f322cc149ab" +content-hash = "1bb838d1fc540031a85b1ceb28213df767199b40fae1c35cda0bb8fa901d41dd" diff --git a/pyproject.toml b/pyproject.toml index 5cf0977..e023f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.11.0" pylint = "^3.0.3" rope = "^1.11.0" mypy = "^1.7.1" -types-requests = "^2.31.0.10" +types-requests = "^2.31.0.20231231" [build-system] requires = ["poetry-core"]