diff --git a/poetry.lock b/poetry.lock index e8bbaed..957568e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 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 = "aniso8601" @@ -1496,7 +1496,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -3936,14 +3936,14 @@ types-pyOpenSSL = "*" [[package]] name = "types-requests" -version = "2.32.4.20260324" +version = "2.33.0.20260327" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.32.4.20260324-py3-none-any.whl", hash = "sha256:f83ef2deb284fe99a249b8b0b0a3e4b9809e01ff456063c4df0aac7670c07ab9"}, - {file = "types_requests-2.32.4.20260324.tar.gz", hash = "sha256:33a2a9ccb1de7d4e4da36e347622c35418f6761269014cc32857acabd5df739e"}, + {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] @@ -4268,4 +4268,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.15" -content-hash = "ba3fa79db5e5421cb24cb6b81219a715036c5310d6778478a42708af8e4ccac5" +content-hash = "05e3d9e768a73ab4d43d111119f33cfb560616603ecb56c4cf9dfda511cd0568" diff --git a/pyproject.toml b/pyproject.toml index 0e29a89..ff58421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ wtforms = "^3.2.1" [tool.poetry.group.dev.dependencies] mypy = "^1.19.1" types-redis = {version = "^4.6.0.20241004"} -types-requests = "^2.32.4.20260324" +types-requests = "^2.33.0.20260327" types-psutil = "^7.2.2.20260130" types-dateparser = "^1.3.0.20260323"