diff --git a/poetry.lock b/poetry.lock index d57041f..1b0a60d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1007,14 +1007,14 @@ docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, - {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, + {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, + {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, ] [package.dependencies] @@ -1724,4 +1724,4 @@ examples = ["pylacus"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "bf79a1c63c8dd0584c1bb7812d2bea592fd8e7088954242b3ad008ccf3ed5a56" +content-hash = "75c22933a75dd7ff01e47fd2281dad61e4f11fd4469d841187a634e1f889247f" diff --git a/pyproject.toml b/pyproject.toml index 1dfe1a7..c4ee5ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ examples = ["pylacus (>=1.24.4)"] [tool.poetry.group.dev.dependencies] mypy = "^2.1.0" types-requests = "^2.33.0.20260518" -pytest = "^9.0.3" +pytest = "^9.1.0" types-deprecated = {version="^1.3.1.20260520", markers="python_version < \"3.13\""} [build-system]