Skip to content

Commit 5b096ec

Browse files
committed
Refresh Python dependencies
1 parent ed5c80a commit 5b096ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
44
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"
7-
setuptools>=59.4.0;python_version>="3.6"
7+
setuptools>=59.5.0;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"
@@ -25,7 +25,7 @@ idna==2.10;python_version<"3.6"
2525
idna==3.3;python_version>="3.6"
2626
chardet==3.0.4;python_version<"3.5"
2727
chardet==4.0.0;python_version>="3.5"
28-
charset-normalizer==2.0.8;python_version>="3.5"
28+
charset-normalizer==2.0.9;python_version>="3.5"
2929
urllib3==1.26.7
3030
requests==2.26.0;python_version<"3.5"
3131
requests==2.25.1;python_version>="3.5" and python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'packaging>=21.3;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.4.0;python_version>="3.6"',
126+
'setuptools>=59.5.0;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"',
@@ -144,7 +144,7 @@
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"
146146
'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
147-
'charset-normalizer==2.0.8;python_version>="3.5"', # Sync "requests"
147+
'charset-normalizer==2.0.9;python_version>="3.5"', # Sync "requests"
148148
"urllib3==1.26.7", # Must stay in sync with "requests"
149149
'requests==2.26.0;python_version<"3.5"',
150150
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',

0 commit comments

Comments
 (0)