diff --git a/poetry.lock b/poetry.lock index 66d3c7e..99d47ad 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" @@ -1026,14 +1026,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260408" +version = "2.33.0.20260518" 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.20260518-py3-none-any.whl", hash = "sha256:626d697d1adaaff76e2044dc8c5c051d8f21abc157bdfe204a75558076fe0bf0"}, + {file = "types_requests-2.33.0.20260518.tar.gz", hash = "sha256:df7bd3bfe0ca8402dfb841e7d9be714bb5578203283d66d7dc4ef69343449a5e"}, ] [package.dependencies] @@ -1075,4 +1075,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "8c27ff4c4a0efa834507865d7f76ff9acb830d61b088db5c2c33150d0dc70970" +content-hash = "860a47db6750abc31cd8922a428bed1c64b533305d12c6b46eaa8a3034abee1e" diff --git a/pyproject.toml b/pyproject.toml index 07b9c3a..3cc6f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = ["Sphinx (>=9.1) ; 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.20260518" pytest = "^9.0.3" [build-system]