diff --git a/CHANGELOG.md b/CHANGELOG.md index fa53595..2822bb3 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.0.2 ([#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)) +- Bump `pytest` from 7.4.3 to 8.1.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)) - 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 9474505..f550410 100644 --- a/poetry.lock +++ b/poetry.lock @@ -130,13 +130,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pluggy" -version = "1.3.0" +version = "1.4.0" description = "plugin and hook calling mechanisms for python" optional = false python-versions = ">=3.8" files = [ - {file = "pluggy-1.3.0-py3-none-any.whl", hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7"}, - {file = "pluggy-1.3.0.tar.gz", hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12"}, + {file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, + {file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, ] [package.extras] @@ -163,13 +163,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.0.2" +version = "8.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, - {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, + {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, + {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, ] [package.dependencies] @@ -177,11 +177,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} +pluggy = ">=1.4,<2.0" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pyyaml" @@ -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 = "ab34d19d95e3d3f967023f9a448ab9ab9c7ff9f487eda3313b777c72e1426829" +content-hash = "1010afe5803479cafdafce69737699961e55243c66c7ffecb6d641dd81428120" diff --git a/pyproject.toml b/pyproject.toml index d3bebe7..48594c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.10" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pytest = "^8.0.2" +pytest = "^8.1.0" pre-commit = "^3.6.2" [tool.poetry.urls]