Skip to content

Commit ba629fe

Browse files
committed
Refresh Python dependencies
1 parent dd5aab5 commit ba629fe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ packaging>=21.3;python_version>="3.6"
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=60.1.1;python_version>="3.7"
8+
setuptools>=60.2.0;python_version>="3.7"
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" and python_version<"3.7"
1212
tomli>=2.0.0;python_version>="3.7"
1313
wheel>=0.37.1
14-
attrs>=21.3.0
14+
attrs>=21.4.0
1515
PyYAML>=6.0;python_version>="3.6"
1616
traitlets>=4.3.3;python_version<"3.7"
1717
traitlets>=5.1.1;python_version>="3.7"
@@ -83,7 +83,7 @@ cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
8383
cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"
8484
cryptography==36.0.1;python_version>="3.7"
8585
pygments==2.5.2;python_version<"3.5"
86-
pygments==2.10.0;python_version>="3.5"
86+
pygments==2.11.1;python_version>="3.5"
8787
prompt-toolkit==1.0.18;python_version<"3.5"
8888
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"
8989
prompt-toolkit==3.0.24;python_version>="3.6.2"
@@ -101,7 +101,7 @@ platformdirs==2.4.1;python_version>="3.7"
101101
pathlib2==2.3.5;python_version<"3.5"
102102
importlib-metadata==2.0.0;python_version<"3.5"
103103
importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"
104-
virtualenv>=20.11.1
104+
virtualenv>=20.12.0
105105
pycparser==2.21
106106
pymysql==0.10.1;python_version<"3.6"
107107
pymysql==1.0.2;python_version>="3.6"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
'setuptools>=44.1.1;python_version<"3.5"',
126126
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
127127
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
128-
'setuptools>=60.1.1;python_version>="3.7"',
128+
'setuptools>=60.2.0;python_version>="3.7"',
129129
'setuptools-scm>=5.0.2;python_version<"3.6"',
130130
'setuptools-scm>=6.3.2;python_version>="3.6"',
131131
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
132132
'tomli>=2.0.0;python_version>="3.7"',
133133
"wheel>=0.37.1",
134-
"attrs>=21.3.0",
134+
"attrs>=21.4.0",
135135
'PyYAML>=6.0;python_version>="3.6"',
136136
'traitlets>=4.3.3;python_version<"3.7"',
137137
'traitlets>=5.1.1;python_version>="3.7"',
@@ -203,7 +203,7 @@
203203
'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
204204
'cryptography==36.0.1;python_version>="3.7"',
205205
'pygments==2.5.2;python_version<"3.5"',
206-
'pygments==2.10.0;python_version>="3.5"',
206+
'pygments==2.11.1;python_version>="3.5"',
207207
'prompt-toolkit==1.0.18;python_version<"3.5"',
208208
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
209209
'prompt-toolkit==3.0.24;python_version>="3.6.2"',
@@ -221,7 +221,7 @@
221221
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
222222
'importlib-metadata==2.0.0;python_version<"3.5"',
223223
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
224-
"virtualenv>=20.11.1", # Sync with importlib-metadata and pathlib2
224+
"virtualenv>=20.12.0", # Sync with importlib-metadata and pathlib2
225225
"pycparser==2.21",
226226
'pymysql==0.10.1;python_version<"3.6"',
227227
'pymysql==1.0.2;python_version>="3.6"',

0 commit comments

Comments
 (0)