diff --git a/poetry.lock b/poetry.lock index 5023b02..2862c84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1224,14 +1224,14 @@ testutils = ["gitpython (>3)"] [[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] @@ -1701,4 +1701,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "3bd63afe7d67307977ae16c2bd8d94d798a6c92b5b708ce7d11525774e01837a" +content-hash = "f5233f59ca6a650808fd9911d2e7c78069305a747f8dcdc5674cb55f833e99ce" diff --git a/pyproject.toml b/pyproject.toml index 8f2e508..127a243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ lxml = "^6.0.1" [tool.poetry.group.dev.dependencies] pylint = "^4.0.2" isort = "^7.0.0" -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-cov = "^7.0.0" safety = "^3.7.0"