Skip to content

Commit 4f3294c

Browse files
committed
Refresh Python dependencies
1 parent c8d182d commit 4f3294c

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
@@ -1,12 +1,12 @@
11
pip>=23.2.1
22
packaging>=23.1
33
setuptools>=68.0.0;python_version<"3.8"
4-
setuptools>=68.2.0;python_version>="3.8"
4+
setuptools>=68.2.2;python_version>="3.8"
55
wheel>=0.41.2
66
attrs>=23.1.0
77
certifi>=2023.7.22
88
filelock>=3.12.2;python_version<"3.8"
9-
filelock>=3.12.3;python_version>="3.8"
9+
filelock>=3.12.4;python_version>="3.8"
1010
platformdirs>=3.10.0
1111
parse>=1.19.1
1212
parse-type>=0.6.2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@
134134
'pip>=23.2.1',
135135
'packaging>=23.1',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137-
'setuptools>=68.2.0;python_version>="3.8"',
137+
'setuptools>=68.2.2;python_version>="3.8"',
138138
'wheel>=0.41.2',
139139
'attrs>=23.1.0',
140140
"certifi>=2023.7.22",
141141
'filelock>=3.12.2;python_version<"3.8"',
142-
'filelock>=3.12.3;python_version>="3.8"',
142+
'filelock>=3.12.4;python_version>="3.8"',
143143
'platformdirs>=3.10.0',
144144
'parse>=1.19.1',
145145
'parse-type>=0.6.2',

0 commit comments

Comments
 (0)