Skip to content

Commit 2549a8d

Browse files
Bump coverage from 6.3.3 to 7.5.2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.3 to 7.5.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.3.3...7.5.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0df38af commit 2549a8d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bunch==1.0.1
2-
coverage==6.3.3
2+
coverage==7.5.2
33
dominate==2.6.0
44
numpy==1.23.2
55
pandas==1.4.2

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bracex==2.2.1
1212
# via wcmatch
1313
bunch==1.0.1
1414
# via -r requirements.in
15-
coverage==6.3.3
15+
coverage==7.5.2
1616
# via -r requirements.in
1717
dill==0.3.4
1818
# via pylint
@@ -77,6 +77,10 @@ tomli==2.0.0
7777
# pytest
7878
tqdm==4.64.0
7979
# via -r requirements.in
80+
typing-extensions==4.12.0
81+
# via
82+
# astroid
83+
# pylint
8084
wcmatch==8.3
8185
# via -r requirements.in
8286
wrapt==1.13.3

0 commit comments

Comments
 (0)