diff --git a/poetry.lock b/poetry.lock index 60ae2e6..5d0f223 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 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" @@ -1465,14 +1465,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260408" +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.20260408-py3-none-any.whl", hash = "sha256:81f31d5ea4acb39f03be7bc8bed569ba6d5a9c5d97e89f45ac43d819b68ca50f"}, - {file = "types_requests-2.33.0.20260408.tar.gz", hash = "sha256:95b9a86376807a216b2fb412b47617b202091c3ea7c078f47cc358d5528ccb7b"}, + {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] @@ -1633,4 +1633,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "f114cd25a1891a5bd93d2a7b8384ed12da8142e199a788ca5d325ce4b56b1e0e" +content-hash = "85191265e06c27f5601bbb158baf2dbbdf7ba7be8c2cb38fda2a41e811aa4034" diff --git a/pyproject.toml b/pyproject.toml index 5381baa..450ca0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] [tool.poetry.group.dev.dependencies] pylint = "^4.0.5" mypy = "^1.20.2" -types-requests = "^2.33.0.20260408" +types-requests = "^2.33.0.20260508" pytest = "^9.0.3" [build-system]