diff --git a/poetry.lock b/poetry.lock index 9130825..5143815 100644 --- a/poetry.lock +++ b/poetry.lock @@ -464,14 +464,14 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.4.2)", "pytest-cov (>=7)", "pytes [[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 = ["tests"] 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] @@ -721,4 +721,4 @@ typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\"" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "124d3814e467990700f88da03442e6bf22811ffb115c363283afed2612f016d5" +content-hash = "218a509cf4796547f559b150b45ef3bcf5ebb89be9351b4d3570bf4d99cdcbbd" diff --git a/pyproject.toml b/pyproject.toml index 4d05f9c..1162210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ optional = true [tool.poetry.group.tests.dependencies] -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-cov = "^7.1.0" tox = "^4.52.0" tox-gh-actions = "^3.5.0"