diff --git a/poetry.lock b/poetry.lock index d09e05f..9504b10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1379,14 +1379,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260327" +version = "2.33.0.20260402" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.33.0.20260327-py3-none-any.whl", hash = "sha256:fde0712be6d7c9a4d490042d6323115baf872d9a71a22900809d0432de15776e"}, - {file = "types_requests-2.33.0.20260327.tar.gz", hash = "sha256:f4f74f0b44f059e3db420ff17bd1966e3587cdd34062fe38a23cda97868f8dd8"}, + {file = "types_requests-2.33.0.20260402-py3-none-any.whl", hash = "sha256:c98372d7124dd5d10af815ee25c013897592ff92af27b27e22c98984102c3254"}, + {file = "types_requests-2.33.0.20260402.tar.gz", hash = "sha256:1bdd3ada9b869741c5c4b887d2c8b4e38284a1449751823b5ebbccba3eefd9da"}, ] [package.dependencies] @@ -1578,4 +1578,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "05f61d0c94f8c76a5163fa07433963a5f2d501e0fa592aa90f347d4564a52cdb" +content-hash = "92940962fdd44e81c025244c916480f053f2910d9fdb52e45de81f42566a2b31" diff --git a/pyproject.toml b/pyproject.toml index e0dc79a..b017544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] [tool.poetry.group.dev.dependencies] mypy = "^1.19.1" -types-requests = "^2.33.0.20260327" +types-requests = "^2.33.0.20260402" pytest = "^9.0.2" types-deprecated = {version="^1.3.1.20260130", markers="python_version < \"3.13\""}