Skip to content

Commit 69e0ab6

Browse files
Bump the deps group across 1 directory with 2 updates (#1525)
* Bump the deps group across 1 directory with 2 updates Bumps the deps group with 2 updates in the /requirements directory: [coverage](https://github.com/coveragepy/coveragepy) and [pytest](https://github.com/pytest-dev/pytest). Updates `coverage` from 7.11.0 to 7.11.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.11.0...7.11.3) Updates `pytest` from 8.4.2 to 9.0.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.4.2...9.0.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements/testenv.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paweł Lipski <[email protected]>
1 parent 9e9d0ef commit 69e0ab6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage==6.2; python_version <= '3.6'
22
coverage==7.2.7; python_version >= '3.7' and python_version < '3.8'
33
coverage==7.6.1; python_version >= '3.8' and python_version < '3.9'
44
coverage==7.10.7; python_version >= '3.9' and python_version < '3.10'
5-
coverage==7.11.0; python_version >= '3.10'
5+
coverage==7.11.3; python_version >= '3.10'
66

77
pytest-cov==4.0.0; python_version <= '3.6'
88
pytest-cov==4.1.0; python_version >= '3.7' and python_version < '3.8'

requirements/testenv.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pytest==7.0.1; python_version <= '3.6'
22
pytest==7.4.4; python_version >= '3.7' and python_version < '3.8'
33
pytest==8.3.5; python_version >= '3.8' and python_version < '3.9'
4-
pytest==8.4.2; python_version >= '3.9'
4+
pytest==8.4.2; python_version >= '3.9' and python_version < '3.10'
5+
pytest==9.0.0; python_version >= '3.10'
56

67
pytest-mock==3.6.1; python_version <= '3.6'
78
pytest-mock==3.11.1; python_version >= '3.7' and python_version < '3.8'

0 commit comments

Comments
 (0)