diff --git a/poetry.lock b/poetry.lock index d912361..703f374 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -825,14 +825,14 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20250515" +version = "2.32.4.20250913" description = "Typing stubs for requests" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_requests-2.32.0.20250515-py3-none-any.whl", hash = "sha256:f8eba93b3a892beee32643ff836993f15a785816acca21ea0ffa006f05ef0fb2"}, - {file = "types_requests-2.32.0.20250515.tar.gz", hash = "sha256:09c8b63c11318cb2460813871aaa48b671002e59fda67ca909e9883777787581"}, + {file = "types_requests-2.32.4.20250913-py3-none-any.whl", hash = "sha256:78c9c1fffebbe0fa487a418e0fa5252017e9c60d1a2da394077f1780f655d7e1"}, + {file = "types_requests-2.32.4.20250913.tar.gz", hash = "sha256:abd6d4f9ce3a9383f269775a9835a4c24e5cd6b9f647d64f88aa4613c33def5d"}, ] [package.dependencies] @@ -874,4 +874,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "73af0b02f1b63c0eca412f007fb38af1026b3eeb05d5fbab56d1723b90c7b9aa" +content-hash = "7642e23d0745639b2682705cbcbfe354671ea968bd09ab87b63bd54c89c83b6e" diff --git a/pyproject.toml b/pyproject.toml index 5ebc898..e796610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""] [tool.poetry.group.dev.dependencies] pylint = "^3.3.7" mypy = "^1.16.0" -types-requests = "^2.32.0.20250515" +types-requests = "^2.32.4.20250913" pytest = "^8.3.5" [build-system]