diff --git a/poetry.lock b/poetry.lock index 561e932..24fd47c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1326,14 +1326,14 @@ files = [ [[package]] name = "types-requests" -version = "2.32.4.20260107" +version = "2.33.0.20260402" description = "Typing stubs for requests" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.32.4.20260107-py3-none-any.whl", hash = "sha256:b703fe72f8ce5b31ef031264fe9395cac8f46a04661a79f7ed31a80fb308730d"}, - {file = "types_requests-2.32.4.20260107.tar.gz", hash = "sha256:018a11ac158f801bfa84857ddec1650750e393df8a004a8a9ae2a9bec6fcb24f"}, + {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] @@ -1372,4 +1372,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "59f9518fc4c4fa35b8611ad9e445f9ba5cf21cfa7a92834b38d2f80d150aba86" +content-hash = "632709c2a12790e731d634b3f5ac7be7905e7d735170737c6a4e6545ec15af04" diff --git a/pyproject.toml b/pyproject.toml index d70b177..cddac96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest = "9.0.2" pytest-cov = "7.0.0" pytest-dependency = "0.6.1" responses = "0.26.0" -types-requests = "2.32.4.20260107" +types-requests = "2.33.0.20260402" [build-system] requires = ["poetry-core"]