diff --git a/poetry.lock b/poetry.lock index 8b5ed70bb..47a094188 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2165,13 +2165,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.20240406" +version = "2.32.0.20240521" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.20240406.tar.gz", hash = "sha256:4428df33c5503945c74b3f42e82b181e86ec7b724620419a2966e2de604ce1a1"}, - {file = "types_requests-2.31.0.20240406-py3-none-any.whl", hash = "sha256:6216cdac377c6b9a040ac1c0404f7284bd13199c0e1bb235f4324627e8898cf5"}, + {file = "types-requests-2.32.0.20240521.tar.gz", hash = "sha256:c5c4a0ae95aad51f1bf6dae9eed04a78f7f2575d4b171da37b622e08b93eb5d3"}, + {file = "types_requests-2.32.0.20240521-py3-none-any.whl", hash = "sha256:ab728ba43ffb073db31f21202ecb97db8753ded4a9dc49cb480d8a5350c5c421"}, ] [package.dependencies] @@ -2547,4 +2547,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6bd5f9992118e361106af4d5ae3d890cc28517bc09d24b1d39346a46639d2cfe" +content-hash = "cec3571c6d2afa549f2fc8ebe83f3ea89e2650aeffe25ce65a8866b8d943d549" diff --git a/pyproject.toml b/pyproject.toml index 67d4832a2..93ce25938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mypy = "^1.10" pre-commit = "^3.7.1" PyGithub = "^2.3" pylint = "^3.2.2" -types-requests = "^2.31.0" +types-requests = "^2.32.0" voluptuous-stubs = "^0.1.1" [tool.pylint.messages_control]