Skip to content

Commit c6e02f8

Browse files
committed
Update Python dependencies
1 parent ab314e6 commit c6e02f8

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
@@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
33
packaging>=20.9
44
setuptools>=44.1.1;python_version<"3.5"
55
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
6-
setuptools>=54.1.2;python_version>="3.6"
6+
setuptools>=54.2.0;python_version>="3.6"
77
setuptools-scm==5.0.2;python_version<"3.6"
88
setuptools-scm>=6.0.1;python_version>="3.6"
99
wheel>=0.36.2
@@ -47,7 +47,7 @@ pytest-xdist==2.2.1;python_version>="3.5"
4747
parameterized==0.8.1
4848
soupsieve==1.9.6;python_version<"3.5"
4949
soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"
50-
soupsieve==2.2;python_version>="3.6"
50+
soupsieve==2.2.1;python_version>="3.6"
5151
beautifulsoup4==4.9.3
5252
cryptography==2.9.2;python_version<"3.5"
5353
cryptography==3.0;python_version>="3.5" and python_version<"3.6"
@@ -59,7 +59,7 @@ pygments==2.8.1;python_version>="3.5"
5959
traitlets==4.3.3;python_version<"3.7"
6060
traitlets==5.0.5;python_version>="3.7"
6161
prompt-toolkit==1.0.18;python_version<"3.6"
62-
prompt-toolkit==3.0.17;python_version>="3.6"
62+
prompt-toolkit==3.0.18;python_version>="3.6"
6363
ipython==5.10.0;python_version<"3.5"
6464
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6565
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'packaging>=20.9',
109109
'setuptools>=44.1.1;python_version<"3.5"',
110110
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
111-
'setuptools>=54.1.2;python_version>="3.6"',
111+
'setuptools>=54.2.0;python_version>="3.6"',
112112
'setuptools-scm==5.0.2;python_version<"3.6"',
113113
'setuptools-scm>=6.0.1;python_version>="3.6"',
114114
'wheel>=0.36.2',
@@ -152,7 +152,7 @@
152152
'parameterized==0.8.1',
153153
'soupsieve==1.9.6;python_version<"3.5"',
154154
'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"',
155-
'soupsieve==2.2;python_version>="3.6"',
155+
'soupsieve==2.2.1;python_version>="3.6"',
156156
'beautifulsoup4==4.9.3',
157157
'cryptography==2.9.2;python_version<"3.5"',
158158
'cryptography==3.0;python_version>="3.5" and python_version<"3.6"',
@@ -164,7 +164,7 @@
164164
'traitlets==4.3.3;python_version<"3.7"',
165165
'traitlets==5.0.5;python_version>="3.7"',
166166
'prompt-toolkit==1.0.18;python_version<"3.6"',
167-
'prompt-toolkit==3.0.17;python_version>="3.6"',
167+
'prompt-toolkit==3.0.18;python_version>="3.6"',
168168
'ipython==5.10.0;python_version<"3.5"',
169169
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
170170
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)