diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a43dba..3f2c695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,5 +14,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 2.1.1 ([#5](https://github.com/MechanicalFlower/python-template/pull/5)) - Bump `actions/download-artifact` from 3 to 4 ([#4](https://github.com/MechanicalFlower/python-template/pull/4)) - Bump `actions/upload-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/python-template/pull/3)) -- Bump `pytest` from 7.4.3 to 8.2.0 ([#6](https://github.com/MechanicalFlower/python-template/pull/6), [#7](https://github.com/MechanicalFlower/python-template/pull/7), [#10](https://github.com/MechanicalFlower/python-template/pull/10), [#11](https://github.com/MechanicalFlower/python-template/pull/11), [#13](https://github.com/MechanicalFlower/python-template/pull/13), [#14](https://github.com/MechanicalFlower/python-template/pull/14), [#16](https://github.com/MechanicalFlower/python-template/pull/16)) +- Bump `pytest` from 7.4.3 to 8.2.1 ([#6](https://github.com/MechanicalFlower/python-template/pull/6), [#7](https://github.com/MechanicalFlower/python-template/pull/7), [#10](https://github.com/MechanicalFlower/python-template/pull/10), [#11](https://github.com/MechanicalFlower/python-template/pull/11), [#13](https://github.com/MechanicalFlower/python-template/pull/13), [#14](https://github.com/MechanicalFlower/python-template/pull/14), [#16](https://github.com/MechanicalFlower/python-template/pull/16), [#19](https://github.com/MechanicalFlower/python-template/pull/19)) - Bump `extractions/setup-just` from 1 to 2 ([#12](https://github.com/MechanicalFlower/python-template/pull/12)) diff --git a/poetry.lock b/poetry.lock index 73ecc57..d864990 100644 --- a/poetry.lock +++ b/poetry.lock @@ -163,13 +163,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.2.0" +version = "8.2.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, - {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, + {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, + {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, ] [package.dependencies] @@ -293,4 +293,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6f1d4be4db9382d8af406266ef2ef9154110f4d708faedc2efcf721ad9b736ee" +content-hash = "0a3c7b967e4a75b5a08a9fcc276058f61574179fd39508abb78236287706387f" diff --git a/pyproject.toml b/pyproject.toml index 4cc5595..75a9b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.10" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pytest = "^8.2.0" +pytest = "^8.2.1" pre-commit = "^3.7.1" [tool.poetry.urls]