diff --git a/poetry.lock b/poetry.lock index 7899bbd0f5..8f08077282 100644 --- a/poetry.lock +++ b/poetry.lock @@ -628,14 +628,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 = ["main"] 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] @@ -865,4 +865,4 @@ platformdirs = ">=3.9.1,<5" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "f5dcd90411b78b574d24340ca6272374fb81c27370eab0c6f9994a034d4d85bd" +content-hash = "199a5c3c3f9fc2372f55e47c7579a392b990edb0445086758563d4501822bf9b" diff --git a/pyproject.toml b/pyproject.toml index ba0a84d839..64f93f41d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.12" requests = "^2.33.1" argparse = "^1.4.0" pre-commit = "^4.5.1" -pytest = "^9.0.2" +pytest = "^9.0.3" [tool.poetry.scripts]