Skip to content

Commit af76e03

Browse files
committed
Refresh Python dependencies
1 parent bbe7f3c commit af76e03

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
@@ -101,7 +101,7 @@ pygments==2.11.2;python_version>="3.5" and python_version<"3.6"
101101
pygments==2.12.0;python_version>="3.6"
102102
prompt-toolkit==1.0.18;python_version<"3.5"
103103
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"
104-
prompt-toolkit==3.0.29;python_version>="3.6"
104+
prompt-toolkit==3.0.30;python_version>="3.6"
105105
decorator==4.4.2;python_version<"3.5"
106106
decorator==5.1.1;python_version>="3.5"
107107
ipython==5.10.0;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
'pygments==2.12.0;python_version>="3.6"',
229229
'prompt-toolkit==1.0.18;python_version<"3.5"',
230230
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
231-
'prompt-toolkit==3.0.29;python_version>="3.6"',
231+
'prompt-toolkit==3.0.30;python_version>="3.6"',
232232
'decorator==4.4.2;python_version<"3.5"',
233233
'decorator==5.1.1;python_version>="3.5"',
234234
'ipython==5.10.0;python_version<"3.5"',

0 commit comments

Comments
 (0)