diff --git a/poetry.lock b/poetry.lock index 846908e..01e264e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 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" @@ -1413,15 +1413,15 @@ files = [ [[package]] name = "types-deprecated" -version = "1.3.1.20260508" +version = "1.3.1.20260519" description = "Typing stubs for Deprecated" optional = false python-versions = ">=3.10" groups = ["dev"] markers = "python_version < \"3.13\"" files = [ - {file = "types_deprecated-1.3.1.20260508-py3-none-any.whl", hash = "sha256:02de536e9a57fc5fdff09ecfdaae3099a000764597ec4c03b343db4f09adbb37"}, - {file = "types_deprecated-1.3.1.20260508.tar.gz", hash = "sha256:a03c378da8fd83e2d5715fcdab204cfed1cfccf09766163390333684bb8413c8"}, + {file = "types_deprecated-1.3.1.20260519-py3-none-any.whl", hash = "sha256:d7ba0a4b8a449308c62ea8f521167f4f11ea26a43e42045ff40c4679d7323e64"}, + {file = "types_deprecated-1.3.1.20260519.tar.gz", hash = "sha256:e2c5b24f2a37bad7fb2bc478069e3c002d2ea2db4b9a3a6c6d17c3999b1f96a4"}, ] [[package]] @@ -1698,4 +1698,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "022f72d7b4b2912ed9c22e8192e05f2b2f4087b6748c45666b7195871fc2ec33" +content-hash = "876893045cff50f470cce981970832433668b791da6558690ca743e223c21338" diff --git a/pyproject.toml b/pyproject.toml index f076041..e33df17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] mypy = "^2.1.0" types-requests = "^2.33.0.20260508" pytest = "^9.0.3" -types-deprecated = {version="^1.3.1.20260508", markers="python_version < \"3.13\""} +types-deprecated = {version="^1.3.1.20260519", markers="python_version < \"3.13\""} [build-system] requires = ["poetry-core>=2.0"]