diff --git a/poetry.lock b/poetry.lock index 5629983e7..9b61313fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4012,14 +4012,14 @@ files = [ [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, - {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] @@ -6011,4 +6011,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "645d9bda328642c838fccce5ec1c0ad65e5eeb491cb530927bad8f80353ff82f" +content-hash = "65a1964d9f885eeaa1dcc0549fe8e9d1a32671312d0b8b55796a3019c8c187a1" diff --git a/pyproject.toml b/pyproject.toml index cd7ccff74..1d6b20598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ marshmallow-enum = "^1.5.1" awscli = "^1.40.36" typing-extensions = "^4.15.0" aiohttp = "^3.13.2" -pytest = "^9.0.1" +pytest = "^9.0.2" [tool.poetry.group.dev.dependencies] @@ -99,7 +99,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "==5.1.18" pip-audit = "*" pre-commit = "^4.5.0" -pytest = "^9.0.1" +pytest = "^9.0.2" pytest-env = "^1.2.0" pytest-mock = "^3.15.1" pytest-cov = "^7.0.0"