diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c17e6..e5aaf79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,4 @@ 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 7.4.4 ([#6](https://github.com/MechanicalFlower/python-template/pull/6)) diff --git a/poetry.lock b/poetry.lock index a5f6763..218372a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -163,13 +163,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -292,4 +292,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c3dc9b9dc159c85d01550015f667ceef670237a192d52ee75d5b6ee76a9a3116" +content-hash = "bb302c5bf85ecb815d52f3c3f17d60cc7b2d09cfc439120579489a843de3f12f" diff --git a/pyproject.toml b/pyproject.toml index f73dc5a..14861cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.10" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pytest = "^7.4.2" +pytest = "^7.4.4" pre-commit = "^3.6.0" [tool.poetry.urls]