diff --git a/poetry.lock b/poetry.lock index f38f127..9ef3f03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -588,14 +588,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.1.0" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, - {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -914,4 +914,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "3abb7c685f9ded020b56c0a9dd4f16c3b611f8b78587cefe325cd00c20d8d533" +content-hash = "2ee168b310bde6dbce64d543ab64e8dfdaaa609a94748cc1dbea13f16f78f604" diff --git a/pyproject.toml b/pyproject.toml index 9370102..f29520b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [ [tool.poetry.group.dev.dependencies] black = {version = "^26.5.1", allow-prereleases = true} flake8 = "^7.3.0" -pytest = "^9.1.0" +pytest = "^9.1.1" pytest-cov = "^7.1.0" bandit = "^1.9.4"