diff --git a/poetry.lock b/poetry.lock index 53cc5cc7..9510d5f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,20 +804,20 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.4.1" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" @@ -1071,4 +1071,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "6b249e46b0eb482d9d849ae030f88b8bc6dc861408c642f5015b418d2850419d" +content-hash = "37ed34a80601ad8c7dbc62a8ed572f6028f761e2ecdc27e13d141afc22ecc18f" diff --git a/pyproject.toml b/pyproject.toml index 11010760..bfc2ddaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "*/*", from="src"}, {include = "*", from="src"}, {include [tool.poetry.dependencies] python = "^3.12" boto3 = "^1.38.32" -pytest = "^8.4.1" +pytest = "^9.0.2" aws-lambda-powertools = "^3.14.0" pydantic = "1.10.22" setuptools = "^80.9.0"