Skip to content

Commit 959ac7e

Browse files
Bump pytest from 8.3.5 to 8.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8f5462 commit 959ac7e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
mypy==1.16.0
33
pip-tools==7.4.1
44
pre-commit==4.2.0
5-
pytest==8.3.5
5+
pytest==8.4.0
66
pytest-cov==6.1.1
77
pytest-env==1.1.5

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ pluggy==1.5.0
4040
# via pytest
4141
pre-commit==4.2.0
4242
# via -r requirements-dev.in
43+
pygments==2.19.1
44+
# via pytest
4345
pyproject-hooks==1.2.0
4446
# via
4547
# build
4648
# pip-tools
47-
pytest==8.3.5
49+
pytest==8.4.0
4850
# via
4951
# -r requirements-dev.in
5052
# pytest-cov

0 commit comments

Comments
 (0)