Skip to content

Commit 92d9d2c

Browse files
committed
Refresh Python dependencies
1 parent 77daf9d commit 92d9d2c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=62.6.0;python_version>="3.7"
9+
setuptools>=63.1.0;python_version>="3.7"
1010
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1111
tomli>=2.0.1;python_version>="3.7"
1212
wheel>=0.37.1
@@ -96,7 +96,7 @@ beautifulsoup4==4.11.1;python_version>="3.6"
9696
cryptography==2.9.2;python_version<"3.5"
9797
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
9898
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
99-
cryptography==37.0.2;python_version>="3.7"
99+
cryptography==37.0.4;python_version>="3.7"
100100
pygments==2.5.2;python_version<"3.5"
101101
pygments==2.11.2;python_version>="3.5" and python_version<"3.6"
102102
pygments==2.12.0;python_version>="3.6"
@@ -130,7 +130,8 @@ typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
130130
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"
131131
rich==12.4.4;python_version>="3.6" and python_version<"4.0"
132132
tornado==5.1.1;python_version<"3.5"
133-
tornado==6.1;python_version>="3.5"
133+
tornado==6.1;python_version>="3.5" and python_version<"3.7"
134+
tornado==6.2;python_version>="3.7"
134135
pdfminer.six==20191110;python_version<"3.5"
135136
pdfminer.six==20201018;python_version>="3.5" and python_version<"3.6"
136137
pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
'setuptools>=44.1.1;python_version<"3.5"',
134134
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
135135
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
136-
'setuptools>=62.6.0;python_version>="3.7"',
136+
'setuptools>=63.1.0;python_version>="3.7"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
138138
'tomli>=2.0.1;python_version>="3.7"',
139139
"wheel>=0.37.1",
@@ -223,7 +223,7 @@
223223
'cryptography==2.9.2;python_version<"3.5"',
224224
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
225225
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
226-
'cryptography==37.0.2;python_version>="3.7"',
226+
'cryptography==37.0.4;python_version>="3.7"',
227227
'pygments==2.5.2;python_version<"3.5"',
228228
'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"',
229229
'pygments==2.12.0;python_version>="3.6"',
@@ -257,7 +257,8 @@
257257
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
258258
'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
259259
'tornado==5.1.1;python_version<"3.5"',
260-
'tornado==6.1;python_version>="3.5"',
260+
'tornado==6.1;python_version>="3.5" and python_version<"3.7"',
261+
'tornado==6.2;python_version>="3.7"',
261262
'pdfminer.six==20191110;python_version<"3.5"',
262263
'pdfminer.six==20201018;python_version>="3.5" and python_version<"3.6"', # noqa: E501
263264
'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501

0 commit comments

Comments
 (0)