Skip to content

Commit 05b34b3

Browse files
committed
Update Python dependencies
1 parent 229cd70 commit 05b34b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setuptools>=56.1.0;python_version>="3.6"
88
setuptools-scm==5.0.2;python_version<"3.6"
99
setuptools-scm>=6.0.1;python_version>="3.6"
1010
wheel>=0.36.2
11-
attrs>=20.3.0
11+
attrs>=21.2.0
1212
PyYAML>=5.4.1;python_version>="3.6"
1313
certifi>=2020.12.5
1414
six==1.16.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'setuptools-scm==5.0.2;python_version<"3.6"',
124124
'setuptools-scm>=6.0.1;python_version>="3.6"',
125125
"wheel>=0.36.2",
126-
"attrs>=20.3.0",
126+
"attrs>=21.2.0",
127127
'PyYAML>=5.4.1;python_version>="3.6"',
128128
"certifi>=2020.12.5",
129129
"six==1.16.0",
@@ -178,7 +178,7 @@
178178
'traitlets==5.0.5;python_version>="3.7"',
179179
'prompt-toolkit==1.0.18;python_version<"3.6"',
180180
'prompt-toolkit==3.0.18;python_version>="3.6"',
181-
'decorator==4.4.2',
181+
"decorator==4.4.2",
182182
'ipython==5.10.0;python_version<"3.5"',
183183
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
184184
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)