Skip to content

Commit bb07bd3

Browse files
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](pytest-dev/pytest@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] <support@github.com>
1 parent 016bcc6 commit bb07bd3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dev_requirements/requirements-tests.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ packaging==24.0
1313
# via pytest
1414
pluggy==1.5.0
1515
# via pytest
16-
pytest==8.3.5
16+
pygments==2.19.2
17+
# via pytest
18+
pytest==8.4.1
1719
# via
1820
# -r requirements-tests.in
1921
# pytest-datafiles

dev_requirements/requirements-type_check.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ pathspec==0.12.1
2121
# via mypy
2222
pluggy==1.5.0
2323
# via pytest
24-
pytest==8.3.5
24+
pygments==2.19.2
25+
# via pytest
26+
pytest==8.4.1
2527
# via -r requirements-type_check.in
2628
types-requests==2.32.4.20250611
2729
# via -r requirements-type_check.in

0 commit comments

Comments
 (0)