From 3a06d35da8000bece6c80089116f86dc1c948dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:34:47 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pytest from 8.3.2 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9f31aed..5c1d587 100644 --- a/poetry.lock +++ b/poetry.lock @@ -163,13 +163,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [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 = "b2b2553004518e50b2f7fe5d89d65e99249128d16f80e0e38716b5909eae3099" +content-hash = "df1e1ce84c3e83c61c6a8bf404eb7d46d117fe165c97417b2149db7a806372b4" diff --git a/pyproject.toml b/pyproject.toml index 5eb89d0..f8f37ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.10" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pytest = "^8.3.2" +pytest = "^8.3.4" pre-commit = "^4.0.1" [tool.poetry.urls] From 7933a1393e9a8162954dc2fcd0ea7712b9ce1526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 2 Dec 2024 00:35:01 +0000 Subject: [PATCH 2/2] chore(changelog): automatic update to add dependabot deps bump --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5a7c0..300348f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 3.0.0 ([#5](https://github.com/MechanicalFlower/python-template/pull/5), [#25](https://github.com/MechanicalFlower/python-template/pull/25)) - 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.3.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), [#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), [#21](https://github.com/MechanicalFlower/python-template/pull/21), [#27](https://github.com/MechanicalFlower/python-template/pull/27)) +- Bump `pytest` from 7.4.3 to 8.3.4 ([#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), [#21](https://github.com/MechanicalFlower/python-template/pull/21), [#27](https://github.com/MechanicalFlower/python-template/pull/27), [#46](https://github.com/MechanicalFlower/python-template/pull/46)) - Bump `extractions/setup-just` from 1 to 2 ([#12](https://github.com/MechanicalFlower/python-template/pull/12)) - Bump `lycheeverse/lychee-action` from 1 to 2 ([#40](https://github.com/MechanicalFlower/python-template/pull/40))