Skip to content

Commit 764ecdb

Browse files
committed
Update Python dependencies
1 parent e4b8643 commit 764ecdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ py==1.10.0;python_version>="3.5"
3030
pytest==4.6.11;python_version<"3.5"
3131
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
3232
pytest==6.2.1;python_version>="3.6"
33-
pytest-cov==2.11.0
33+
pytest-cov==2.11.1
3434
pytest-forked==1.3.0
3535
pytest-html==1.22.1;python_version<"3.6"
3636
pytest-html==2.0.1;python_version>="3.6"
@@ -56,7 +56,7 @@ pygments==2.7.4;python_version>="3.5"
5656
traitlets==4.3.3;python_version<"3.7"
5757
traitlets==5.0.5;python_version>="3.7"
5858
prompt-toolkit==1.0.18;python_version<"3.6"
59-
prompt-toolkit==3.0.10;python_version>="3.6"
59+
prompt-toolkit==3.0.11;python_version>="3.6"
6060
ipython==5.10.0;python_version<"3.5"
6161
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6262
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
'pytest==4.6.11;python_version<"3.5"',
135135
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
136136
'pytest==6.2.1;python_version>="3.6"',
137-
'pytest-cov==2.11.0',
137+
'pytest-cov==2.11.1',
138138
'pytest-forked==1.3.0',
139139
'pytest-html==1.22.1;python_version<"3.6"',
140140
'pytest-html==2.0.1;python_version>="3.6"',
@@ -161,7 +161,7 @@
161161
'traitlets==5.0.5;python_version>="3.7"',
162162
'ipython==5.10.0;python_version<"3.5"',
163163
'prompt-toolkit==1.0.18;python_version<"3.6"',
164-
'prompt-toolkit==3.0.10;python_version>="3.6"',
164+
'prompt-toolkit==3.0.11;python_version>="3.6"',
165165
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
166166
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
167167
'ipython==7.19.0;python_version>="3.7"',

0 commit comments

Comments
 (0)