From 98cded3ec3e09f8a2333d1877f4b35b16d54e939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:41:23 +0000 Subject: [PATCH] chore(deps): Bump pytest from 8.3.5 to 8.4.1 in /dev_requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.1. - [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.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-tests.txt | 4 +++- dev_requirements/requirements-type_check.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index 94ee9a7ab..f1e7264a0 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -13,7 +13,9 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.5 +pygments==2.19.2 + # via pytest +pytest==8.4.1 # via # -r requirements-tests.in # pytest-datafiles diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index c662bbbec..5473726e0 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -21,7 +21,9 @@ pathspec==0.12.1 # via mypy pluggy==1.5.0 # via pytest -pytest==8.3.5 +pygments==2.19.2 + # via pytest +pytest==8.4.1 # via -r requirements-type_check.in types-requests==2.32.4.20250611 # via -r requirements-type_check.in