Skip to content

Commit aa58d6b

Browse files
committed
Refresh Python dependencies
1 parent 7b221e5 commit aa58d6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ pip>=23.3.1
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
44
setuptools>=68.2.2;python_version>="3.8"
5-
wheel>=0.41.2
5+
wheel>=0.41.3
66
attrs>=23.1.0
77
certifi>=2023.7.22
88
filelock>=3.12.2;python_version<"3.8"
9-
filelock>=3.13.0;python_version>="3.8"
9+
filelock>=3.13.1;python_version>="3.8"
1010
platformdirs>=3.11.0
1111
parse>=1.19.1
1212
parse-type>=0.6.2
1313
six==1.16.0
1414
idna==3.4
1515
chardet==5.2.0
16-
charset-normalizer==3.3.1
16+
charset-normalizer==3.3.2
1717
urllib3>=1.26.18,<2;python_version<"3.10"
1818
urllib3>=1.26.18,<2.1.0;python_version>="3.10"
1919
requests==2.31.0

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137137
'setuptools>=68.2.2;python_version>="3.8"',
138-
'wheel>=0.41.2',
138+
'wheel>=0.41.3',
139139
'attrs>=23.1.0',
140140
"certifi>=2023.7.22",
141141
'filelock>=3.12.2;python_version<"3.8"',
142-
'filelock>=3.13.0;python_version>="3.8"',
142+
'filelock>=3.13.1;python_version>="3.8"',
143143
'platformdirs>=3.11.0',
144144
'parse>=1.19.1',
145145
'parse-type>=0.6.2',
146146
"six==1.16.0",
147147
"idna==3.4",
148148
'chardet==5.2.0',
149-
'charset-normalizer==3.3.1',
149+
'charset-normalizer==3.3.2',
150150
'urllib3>=1.26.18,<2;python_version<"3.10"',
151151
'urllib3>=1.26.18,<2.1.0;python_version>="3.10"',
152152
'requests==2.31.0',

0 commit comments

Comments
 (0)