diff --git a/poetry.lock b/poetry.lock index 4686197..7e93b72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,14 +941,14 @@ files = [ [[package]] name = "types-requests" -version = "2.30.0.0" +version = "2.31.0.0" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.30.0.0.tar.gz", hash = "sha256:dec781054324a70ba64430ae9e62e7e9c8e4618c185a5cb3f87a6738251b5a31"}, - {file = "types_requests-2.30.0.0-py3-none-any.whl", hash = "sha256:c6cf08e120ca9f0dc4fa4e32c3f953c3fba222bcc1db6b97695bce8da1ba9864"}, + {file = "types-requests-2.31.0.0.tar.gz", hash = "sha256:c1c29d20ab8d84dff468d7febfe8e0cb0b4664543221b386605e14672b44ea25"}, + {file = "types_requests-2.31.0.0-py3-none-any.whl", hash = "sha256:7c5cea7940f8e92ec560bbc468f65bf684aa3dcf0554a6f8c4710f5f708dc598"}, ] [package.dependencies] @@ -1037,4 +1037,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1cd77d96280258148466f1c4a9c537ab2ef2ec35be53d498aab11ea5740ba452" +content-hash = "e3b456e766d28bee83c867319f3e12c3916240a31634e45e6c2e032a9c759e6d" diff --git a/pyproject.toml b/pyproject.toml index 74b2a5d..3db1e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-mypy = "^0.10.3" pre-commit = "^2.21.0" bump2version = "^1.0.1" pytest-responses = "^0.5.1" -types-requests = "^2.30.0" +types-requests = "^2.31.0" types-beautifulsoup4 = "^4.12.0" pytest-mock = "^3.10.0"