diff --git a/poetry.lock b/poetry.lock index f4f56a0bc..7c039ef92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -876,7 +876,7 @@ python-versions = ">=3.6,<4.0" [[package]] name = "types-requests" -version = "2.27.31" +version = "2.28.0" description = "Typing stubs for requests" category = "dev" optional = false @@ -985,7 +985,7 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "c461d6bbaeadb04ceb61215523d381a1093e927db36ad0646bf6eee9e07a63d7" +content-hash = "149a34de8b624b236dd2153df2d7926264477f87116d958efb5cac210c151da9" [metadata.files] aiohttp = [ @@ -1839,8 +1839,8 @@ tomlkit = [ {file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"}, ] types-requests = [ - {file = "types-requests-2.27.31.tar.gz", hash = "sha256:6fab97b99fea52b9c7b466a4dd93e06bb325bc7e7420475e87831026a8dd35cc"}, - {file = "types_requests-2.27.31-py3-none-any.whl", hash = "sha256:1b6cf6a2bf57fd8018c1b636b69762900466fafddfb62e1330e092f3d4b0966a"}, + {file = "types-requests-2.28.0.tar.gz", hash = "sha256:9863d16dfbb3fa55dcda64fa3b989e76e8859033b26c1e1623e30465cfe294d3"}, + {file = "types_requests-2.28.0-py3-none-any.whl", hash = "sha256:85383b4ef0535f639c3f06c5bbb6494bbf59570c4cd88bbcf540f0b2ac1b49ab"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.15.tar.gz", hash = "sha256:c89283541ef92e344b7f59f83ea9b5a295b16366ceee3f25ecfc5593c79f794e"}, diff --git a/pyproject.toml b/pyproject.toml index da489f50a..d4eec4964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mypy = "^0.961" pre-commit = "^2.19.0" PyGithub = "^1.54.1" pylint = "^2.14.3" -types-requests = "^2.27.31" +types-requests = "^2.28.0" [tool.pylint.messages_control] # Reasons disabled: