Skip to content

Commit eab999d

Browse files
committed
Refresh Python dependencies
1 parent 1a9724d commit eab999d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1
1212
wheel>=0.37.1;python_version<"3.7"
13-
wheel>=0.38.3;python_version>="3.7"
13+
wheel>=0.38.4;python_version>="3.7"
1414
attrs>=21.4.0;python_version<"3.6"
1515
attrs>=22.1.0;python_version>="3.6"
1616
PyYAML>=6.0;python_version>="3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'tomli>=2.0.1;python_version>="3.7"',
136136
"tqdm>=4.64.1",
137137
'wheel>=0.37.1;python_version<"3.7"',
138-
'wheel>=0.38.3;python_version>="3.7"',
138+
'wheel>=0.38.4;python_version>="3.7"',
139139
'attrs>=21.4.0;python_version<"3.6"',
140140
'attrs>=22.1.0;python_version>="3.6"',
141141
'PyYAML>=6.0;python_version>="3.6"',

0 commit comments

Comments
 (0)