Skip to content

Commit a9e82b7

Browse files
chore(deps-dev): bump the pytest group with 3 updates
Bumps the pytest group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-mock](https://github.com/pytest-dev/pytest-mock). Updates `pytest` from 8.4.1 to 8.4.2 - [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.4.1...8.4.2) Updates `pytest-cov` from 6.2.1 to 6.3.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v6.3.0) Updates `pytest-mock` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pytest - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest-mock dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ea0705 commit a9e82b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
ruff==0.12.12
1010
mypy==1.17.1
1111
pre-commit==4.3.0
12-
pytest==8.4.1
12+
pytest==8.4.2
1313
pytest-asyncio==1.1.0
14-
pytest-cov==6.2.1
15-
pytest-mock==3.14.1
14+
pytest-cov==6.3.0
15+
pytest-mock==3.15.0
1616
pytest-random-order==1.2.0
1717
pytest-timeout==2.4.0
1818
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)