Skip to content

Commit b69e11a

Browse files
committed
Refresh Python dependencies
1 parent 540ab0c commit b69e11a

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
@@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
44
packaging>=21.2;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"
7-
setuptools>=59.0.1;python_version>="3.6"
7+
setuptools>=59.1.1;python_version>="3.6"
88
setuptools-scm>=5.0.2;python_version<"3.6"
99
setuptools-scm>=6.3.2;python_version>="3.6"
1010
tomli>=1.2.2;python_version>="3.6"
@@ -20,7 +20,7 @@ ipdb==0.13.9;python_version>="3.5"
2020
parso==0.7.1;python_version<"3.6"
2121
parso==0.8.2;python_version>="3.6"
2222
jedi==0.17.2;python_version<"3.6"
23-
jedi==0.18.0;python_version>="3.6"
23+
jedi==0.18.1;python_version>="3.6"
2424
idna==2.10;python_version<"3.6"
2525
idna==3.3;python_version>="3.6"
2626
chardet==3.0.4;python_version<"3.5"
@@ -44,7 +44,7 @@ more-itertools==8.11.0;python_version>="3.5"
4444
cssselect==1.1.0
4545
sortedcontainers==2.4.0
4646
filelock==3.2.1;python_version<"3.6"
47-
filelock==3.3.2;python_version>="3.6"
47+
filelock==3.4.0;python_version>="3.6"
4848
fasteners==0.16;python_version<"3.5"
4949
fasteners==0.16.3;python_version>="3.5"
5050
execnet==1.9.0
@@ -108,7 +108,7 @@ Pillow==6.2.2;python_version<"3.5"
108108
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109109
Pillow==8.4.0;python_version>="3.6"
110110
typing-extensions==3.10.0.2;python_version<"3.8"
111-
rich==10.13.0;python_version>="3.6" and python_version<"4.0"
111+
rich==10.14.0;python_version>="3.6" and python_version<"4.0"
112112
tornado==5.1.1;python_version<"3.5"
113113
tornado==6.1;python_version>="3.5"
114114
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'packaging>=21.2;python_version>="3.6"',
124124
'setuptools>=44.1.1;python_version<"3.5"',
125125
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
126-
'setuptools>=59.0.1;python_version>="3.6"',
126+
'setuptools>=59.1.1;python_version>="3.6"',
127127
'setuptools-scm>=5.0.2;python_version<"3.6"',
128128
'setuptools-scm>=6.3.2;python_version>="3.6"',
129129
'tomli>=1.2.2;python_version>="3.6"',
@@ -139,7 +139,7 @@
139139
'parso==0.7.1;python_version<"3.6"',
140140
'parso==0.8.2;python_version>="3.6"',
141141
'jedi==0.17.2;python_version<"3.6"',
142-
'jedi==0.18.0;python_version>="3.6"',
142+
'jedi==0.18.1;python_version>="3.6"',
143143
'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
144144
'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests"
145145
'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
@@ -163,7 +163,7 @@
163163
"cssselect==1.1.0",
164164
"sortedcontainers==2.4.0",
165165
'filelock==3.2.1;python_version<"3.6"',
166-
'filelock==3.3.2;python_version>="3.6"',
166+
'filelock==3.4.0;python_version>="3.6"',
167167
'fasteners==0.16;python_version<"3.5"',
168168
'fasteners==0.16.3;python_version>="3.5"',
169169
"execnet==1.9.0",
@@ -227,7 +227,7 @@
227227
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
228228
'Pillow==8.4.0;python_version>="3.6"',
229229
'typing-extensions==3.10.0.2;python_version<"3.8"', # Sync with "rich"
230-
'rich==10.13.0;python_version>="3.6" and python_version<"4.0"',
230+
'rich==10.14.0;python_version>="3.6" and python_version<"4.0"',
231231
'tornado==5.1.1;python_version<"3.5"',
232232
'tornado==6.1;python_version>="3.5"',
233233
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)