diff --git a/poetry.lock b/poetry.lock index 4f185e7..742b53d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1094,14 +1094,14 @@ files = [ [[package]] name = "types-requests" -version = "2.32.4.20260107" +version = "2.33.0.20260327" 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.20260327-py3-none-any.whl", hash = "sha256:fde0712be6d7c9a4d490042d6323115baf872d9a71a22900809d0432de15776e"}, + {file = "types_requests-2.33.0.20260327.tar.gz", hash = "sha256:f4f74f0b44f059e3db420ff17bd1966e3587cdd34062fe38a23cda97868f8dd8"}, ] [package.dependencies] @@ -1195,4 +1195,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "56e70a3c46505da8c0def31e59c7fd3657f092dae2c9560ed7fd6d48a4daa3d0" +content-hash = "b5f191a5a952d9611af049c2fcef13f9ae0e815d7ad1795b631c830d43c2129c" diff --git a/pyproject.toml b/pyproject.toml index 907d67e..7af84ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ remote = ["requests (>=2.32.5)"] [tool.poetry.group.dev.dependencies] jsonschema = "^4.26.0" mypy = "^1.19.1" -types-requests = "^2.32.4.20260107" +types-requests = "^2.33.0.20260327" pytest-cov = "^7.0.0" [build-system]