Skip to content

Commit 741de4f

Browse files
committed
Refresh Python dependencies
1 parent b30a2f6 commit 741de4f

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
@@ -60,7 +60,7 @@ py==1.8.1;python_version<"3.5"
6060
py==1.11.0;python_version>="3.5"
6161
pytest==4.6.11;python_version<"3.5"
6262
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
63-
pytest==7.0.0;python_version>="3.6"
63+
pytest==7.0.1;python_version>="3.6"
6464
pytest-forked==1.3.0;python_version<"3.6"
6565
pytest-forked==1.4.0;python_version>="3.6"
6666
pytest-html==1.22.1;python_version<"3.6"
@@ -88,7 +88,7 @@ pygments==2.5.2;python_version<"3.5"
8888
pygments==2.11.2;python_version>="3.5"
8989
prompt-toolkit==1.0.18;python_version<"3.5"
9090
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"
91-
prompt-toolkit==3.0.27;python_version>="3.6"
91+
prompt-toolkit==3.0.28;python_version>="3.6"
9292
decorator==4.4.2;python_version<"3.5"
9393
decorator==5.1.1;python_version>="3.5"
9494
ipython==5.10.0;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
'py==1.11.0;python_version>="3.5"',
186186
'pytest==4.6.11;python_version<"3.5"',
187187
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
188-
'pytest==7.0.0;python_version>="3.6"',
188+
'pytest==7.0.1;python_version>="3.6"',
189189
'pytest-forked==1.3.0;python_version<"3.6"',
190190
'pytest-forked==1.4.0;python_version>="3.6"',
191191
'pytest-html==1.22.1;python_version<"3.6"',
@@ -213,7 +213,7 @@
213213
'pygments==2.11.2;python_version>="3.5"',
214214
'prompt-toolkit==1.0.18;python_version<"3.5"',
215215
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
216-
'prompt-toolkit==3.0.27;python_version>="3.6"',
216+
'prompt-toolkit==3.0.28;python_version>="3.6"',
217217
'decorator==4.4.2;python_version<"3.5"',
218218
'decorator==5.1.1;python_version>="3.5"',
219219
'ipython==5.10.0;python_version<"3.5"',

0 commit comments

Comments
 (0)