Skip to content

Commit 673d736

Browse files
committed
Update the "coverage" Python dependency
1 parent 14f2d82 commit 673d736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pathlib2==2.3.5;python_version<"3.5"
6363
importlib-metadata==2.0.0;python_version<"3.6"
6464
virtualenv>=20.2.2
6565
pymysql==0.10.1
66-
coverage==5.3
66+
coverage==5.3.1
6767
brython==3.9.0
6868
pyotp==2.4.1
6969
boto==2.49.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
168168
'virtualenv>=20.2.2', # Sync with importlib-metadata and pathlib2
169169
'pymysql==0.10.1',
170-
'coverage==5.3',
170+
'coverage==5.3.1',
171171
'brython==3.9.0',
172172
'pyotp==2.4.1',
173173
'boto==2.49.0',

0 commit comments

Comments
 (0)