Skip to content

Commit c5dfaee

Browse files
committed
Refresh Python dependencies
1 parent 64726a1 commit c5dfaee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
3-
pip>=22.3;python_version>="3.7"
3+
pip>=22.3.1;python_version>="3.7"
44
packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
@@ -10,7 +10,7 @@ tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1
1212
wheel>=0.37.1;python_version<"3.7"
13-
wheel>=0.38.1;python_version>="3.7"
13+
wheel>=0.38.2;python_version>="3.7"
1414
attrs>=21.4.0;python_version<"3.6"
1515
attrs>=22.1.0;python_version>="3.6"
1616
PyYAML>=6.0;python_version>="3.6"
@@ -23,7 +23,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2323
filelock>=3.8.0;python_version>="3.7"
2424
platformdirs>=2.0.2;python_version<"3.6"
2525
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
26-
platformdirs>=2.5.2;python_version>="3.7"
26+
platformdirs>=2.5.3;python_version>="3.7"
2727
pyparsing>=2.4.7;python_version<"3.6"
2828
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
2929
pyparsing>=3.0.9;python_version>="3.7"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
install_requires=[
126126
'pip>=20.3.4;python_version<"3.6"',
127127
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
128-
'pip>=22.3;python_version>="3.7"',
128+
'pip>=22.3.1;python_version>="3.7"',
129129
'packaging>=20.9;python_version<"3.6"',
130130
'packaging>=21.3;python_version>="3.6"',
131131
'setuptools>=44.1.1;python_version<"3.6"',
@@ -135,7 +135,7 @@
135135
'tomli>=2.0.1;python_version>="3.7"',
136136
"tqdm>=4.64.1",
137137
'wheel>=0.37.1;python_version<"3.7"',
138-
'wheel>=0.38.1;python_version>="3.7"',
138+
'wheel>=0.38.2;python_version>="3.7"',
139139
'attrs>=21.4.0;python_version<"3.6"',
140140
'attrs>=22.1.0;python_version>="3.6"',
141141
'PyYAML>=6.0;python_version>="3.6"',
@@ -148,7 +148,7 @@
148148
'filelock>=3.8.0;python_version>="3.7"',
149149
'platformdirs>=2.0.2;python_version<"3.6"',
150150
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
151-
'platformdirs>=2.5.2;python_version>="3.7"',
151+
'platformdirs>=2.5.3;python_version>="3.7"',
152152
'pyparsing>=2.4.7;python_version<"3.6"',
153153
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
154154
'pyparsing>=3.0.9;python_version>="3.7"',
@@ -278,7 +278,7 @@
278278
"pdfminer": [
279279
'pdfminer.six==20191110;python_version<"3.6"',
280280
'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501
281-
'pdfminer.six==20220524;python_version>="3.7"',
281+
'pdfminer.six==20221105;python_version>="3.7"',
282282
],
283283
# pip install -e .[pillow]
284284
"pillow": [

0 commit comments

Comments
 (0)