diff --git a/poetry.lock b/poetry.lock index 06f5ea5d..1e11887b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2387,14 +2387,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260503" +version = "2.33.0.20260508" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.33.0.20260503-py3-none-any.whl", hash = "sha256:02aaa7e3577a13471715bb1bddb693cc985ea514f754b503bf033e6a09a3e528"}, - {file = "types_requests-2.33.0.20260503.tar.gz", hash = "sha256:9721b2d9dbee7131f2fb39f20f0ebb1999c18cef4b512c9a7932f3722de7c5f4"}, + {file = "types_requests-2.33.0.20260508-py3-none-any.whl", hash = "sha256:fa01459cca184229713df03709db46a905325906d27e042cd4fd7ea3d15d3400"}, + {file = "types_requests-2.33.0.20260508.tar.gz", hash = "sha256:81b2ae5f0d20967714a6aa5ef9284c05570d7cb06b7de8f2a77b918b63ddd411"}, ] [package.dependencies] @@ -2481,4 +2481,4 @@ plot = ["matplotlib", "plotly"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "b0b2336ed601d2f07ddccfa9b38499e24074cceb679cb9ba1a72c13356272b6d" +content-hash = "dd1782356f78ae0f8df45a1eb90660280af8893d682c07761c6454717ab9f499" diff --git a/pyproject.toml b/pyproject.toml index 0f40d2d8..4f6c837e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pytest-mock = "^3.14.0" pytest-sugar = "^1.0.0" pytest-xdist = "^3.6.1" jinja2 = "^3.1.6" -types-requests = "^2.33.0.20260503" +types-requests = "^2.33.0.20260508" interrogate = "^1.7.0" pytest-timeout = "^2.3.1"