diff --git a/poetry.lock b/poetry.lock index d55358e..33da906 100644 --- a/poetry.lock +++ b/poetry.lock @@ -588,14 +588,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [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 = "06783aa859e5b5ba1949adfc990cfb0b2042cad2269739e73ba866fbe409e958" +content-hash = "a3b9aba5c07b2603a130209c53aed74d76d764b59e10cddd221a87c84533fb33" diff --git a/pyproject.toml b/pyproject.toml index 0da7805..79175d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [ [tool.poetry.group.dev.dependencies] black = {version = "^26.3.1", allow-prereleases = true} flake8 = "^7.3.0" -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-cov = "^7.1.0" bandit = "^1.9.4"