diff --git a/poetry.lock b/poetry.lock index d3488a3..9d176db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,14 +670,14 @@ packaging = ">=25" [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev", "test"] 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.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -955,4 +955,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "b9d2a7f48cbc6af0992e5a05a1d632bbde516fd0feba4c3f6dc1f1945e4e7552" +content-hash = "b82580852c495d65567774dba967ee6af97eb31cd1ddaafeb231be9bc51c0992" diff --git a/pyproject.toml b/pyproject.toml index 9ec01ff..bdbab5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [] packages = [{include = "pam", from = "python-pam"}] [tool.poetry.group.dev.dependencies] -pytest = "^9.0.3" +pytest = "^9.1.1" pytest-cov = "^5.0.0" pylint = "^4.0.6" tox = "^4.0.0" @@ -23,7 +23,7 @@ bandit = "*" mypy = "*" [tool.poetry.group.test.dependencies] -pytest = "^9.0.3" +pytest = "^9.1.1" pytest-cov = "^5.0.0" pytest-env = "^1.7.0" tox = "*"