Skip to content

Commit ddd423c

Browse files
committed
Refresh Python dependencies
1 parent c6f3894 commit ddd423c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=21.2;python_version>="3.6"
55
typing-extensions>=3.10.0.2
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
8-
setuptools>=58.5.2;python_version>="3.6"
8+
setuptools>=58.5.3;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.2;python_version>="3.6"
1111
tomli>=1.2.2;python_version>="3.6"
@@ -50,7 +50,7 @@ execnet==1.9.0
5050
pluggy==0.13.1;python_version<"3.6"
5151
pluggy==1.0.0;python_version>="3.6"
5252
py==1.8.1;python_version<"3.5"
53-
py==1.10.0;python_version>="3.5"
53+
py==1.11.0;python_version>="3.5"
5454
pytest==4.6.11;python_version<"3.5"
5555
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
5656
pytest==6.2.5;python_version>="3.6"
@@ -83,7 +83,7 @@ traitlets==4.3.3;python_version<"3.7"
8383
traitlets==5.1.1;python_version>="3.7"
8484
prompt-toolkit==1.0.18;python_version<"3.5"
8585
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"
86-
prompt-toolkit==3.0.21;python_version>="3.6.2"
86+
prompt-toolkit==3.0.22;python_version>="3.6.2"
8787
decorator==4.4.2;python_version<"3.5"
8888
decorator==5.1.0;python_version>="3.5"
8989
ipython==5.10.0;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"typing-extensions>=3.10.0.2",
122122
'setuptools>=44.1.1;python_version<"3.5"',
123123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
124-
'setuptools>=58.5.2;python_version>="3.6"',
124+
'setuptools>=58.5.3;python_version>="3.6"',
125125
'setuptools-scm==5.0.2;python_version<"3.6"',
126126
'setuptools-scm>=6.3.2;python_version>="3.6"',
127127
'tomli>=1.2.2;python_version>="3.6"',
@@ -166,7 +166,7 @@
166166
'pluggy==0.13.1;python_version<"3.6"',
167167
'pluggy==1.0.0;python_version>="3.6"',
168168
'py==1.8.1;python_version<"3.5"',
169-
'py==1.10.0;python_version>="3.5"',
169+
'py==1.11.0;python_version>="3.5"',
170170
'pytest==4.6.11;python_version<"3.5"',
171171
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
172172
'pytest==6.2.5;python_version>="3.6"',
@@ -199,7 +199,7 @@
199199
'traitlets==5.1.1;python_version>="3.7"',
200200
'prompt-toolkit==1.0.18;python_version<"3.5"',
201201
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
202-
'prompt-toolkit==3.0.21;python_version>="3.6.2"',
202+
'prompt-toolkit==3.0.22;python_version>="3.6.2"',
203203
'decorator==4.4.2;python_version<"3.5"',
204204
'decorator==5.1.0;python_version>="3.5"',
205205
'ipython==5.10.0;python_version<"3.5"',

0 commit comments

Comments
 (0)