Skip to content

Commit 4deb413

Browse files
dependabot[bot]SkafteNickiBordadeependujha
authored
build(deps): bump coverage from 7.10.7 to 7.11.0 in /requirements (#21299)
* build(deps): bump coverage from 7.10.7 to 7.11.0 in /requirements Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.7 to 7.11.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.7...7.11.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> Co-authored-by: Deependu <deependujha21@gmail.com>
1 parent c603433 commit 4deb413

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/fabric/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage ==7.10.7
1+
coverage ==7.11.0; python_version >= "3.10"
2+
coverage ==7.10.7; python_version < "3.10"
23
numpy >=1.21.0, <1.27.0
34
pytest ==8.4.2
45
pytest-cov ==6.3.0

requirements/pytorch/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage ==7.10.7
1+
coverage ==7.11.0; python_version >= "3.10"
2+
coverage ==7.10.7; python_version < "3.10"
23
pytest ==8.4.2
34
pytest-cov ==6.3.0
45
pytest-timeout ==2.4.0

0 commit comments

Comments
 (0)