diff --git a/poetry.lock b/poetry.lock index e52de56..ae35a20 100644 --- a/poetry.lock +++ b/poetry.lock @@ -832,14 +832,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 = ["test"] 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] @@ -1299,4 +1299,4 @@ test = ["websockets"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "5c16af148f052a54486e6a3fb1d81ba4910a2b3226ea8d5f5e07d42207723214" +content-hash = "25498697f32f1be57472daabea1fe7c4c8d45be6de5caa48cbd5166b2d50cd0f" diff --git a/pyproject.toml b/pyproject.toml index a03de34..37a396d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ boto3 = "^1.35.9" pre-commit = "^4.5.0" [tool.poetry.group.test.dependencies] -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-cov = "^6.3.0" pytest-datadir = "^1.8.0" tox = "^4.46.3"