Skip to content

Commit 2d70b0b

Browse files
committed
Refresh Python dependencies
1 parent da08884 commit 2d70b0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=65.1.0;python_version>="3.7"
8+
setuptools>=65.2.0;python_version>="3.7"
99
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
wheel>=0.37.1
@@ -38,8 +38,8 @@ chardet==3.0.4;python_version<"3.6"
3838
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
3939
chardet==5.0.0;python_version>="3.7"
4040
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
41-
charset-normalizer==2.1.0;python_version>="3.7"
42-
urllib3==1.26.11
41+
charset-normalizer==2.1.1;python_version>="3.7"
42+
urllib3==1.26.12
4343
requests==2.27.1;python_version<"3.6"
4444
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
4545
requests==2.28.1;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'packaging>=21.3;python_version>="3.6"',
132132
'setuptools>=44.1.1;python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=65.1.0;python_version>="3.7"',
134+
'setuptools>=65.2.0;python_version>="3.7"',
135135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
"wheel>=0.37.1",
@@ -164,8 +164,8 @@
164164
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
165165
'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
166166
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
167-
'charset-normalizer==2.1.0;python_version>="3.7"', # Sync "requests"
168-
'urllib3==1.26.11', # Stay in sync with "requests"
167+
'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests"
168+
'urllib3==1.26.12', # Stay in sync with "requests"
169169
'requests==2.27.1;python_version<"3.7"',
170170
'requests==2.28.1;python_version>="3.7"',
171171
"nose==1.3.7",

0 commit comments

Comments
 (0)