From 3ec5d9385c01c90d148e69f04c96d981be17a582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:34:15 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 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.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- {{ cookiecutter.project_slug }}/dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 83bf120..f08cd21 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,3 @@ # This file contains dependencies for development and CI workflows cookiecutter==2.6.0 -pytest==8.3.3 +pytest==8.3.4 diff --git a/{{ cookiecutter.project_slug }}/dev-requirements.txt b/{{ cookiecutter.project_slug }}/dev-requirements.txt index 8bf0828..12db311 100644 --- a/{{ cookiecutter.project_slug }}/dev-requirements.txt +++ b/{{ cookiecutter.project_slug }}/dev-requirements.txt @@ -42,7 +42,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==8.3.3 +pytest==8.3.4 # via # {{ cookiecutter.project_slug }} (pyproject.toml) # pytest-cov