diff --git a/poetry.lock b/poetry.lock index 92171d7..886d48f 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" @@ -1449,14 +1449,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260508" +version = "2.33.0.20260513" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {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"}, + {file = "types_requests-2.33.0.20260513-py3-none-any.whl", hash = "sha256:d5a965f9d18b6e06b72039a69565de9027e58f36a7f709857da747fbe7521122"}, + {file = "types_requests-2.33.0.20260513.tar.gz", hash = "sha256:bd845450e954e751373d5d33526742592f298808a3ee3bda7e858e46b839b57f"}, ] [package.dependencies] @@ -1722,4 +1722,4 @@ examples = ["pylacus"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "612e6cc388b70230243b765a2549d7c0b38f2f08a3b668a44c2fa031461207ec" +content-hash = "8a36d4f8fda63a45838ca54188815aed2dd41e784d2a34f060844cc0168dd343" diff --git a/pyproject.toml b/pyproject.toml index 7c7a230..8932a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ examples = ["pylacus (>=1.24.4)"] [tool.poetry.group.dev.dependencies] mypy = "^2.1.0" -types-requests = "^2.33.0.20260508" +types-requests = "^2.33.0.20260513" pytest = "^9.0.3" types-deprecated = {version="^1.3.1.20260508", markers="python_version < \"3.13\""}