Skip to content

Commit a3df451

Browse files
committed
Refresh Python dependencies
1 parent 3a2ea65 commit a3df451

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ tomli>=2.0.1;python_version>="3.7"
1212
tqdm>=4.64.1
1313
wheel>=0.37.1;python_version<"3.7"
1414
wheel>=0.38.4;python_version>="3.7"
15-
attrs>=21.4.0;python_version<"3.6"
16-
attrs>=22.1.0;python_version>="3.6"
15+
attrs==21.4.0;python_version<"3.6"
16+
attrs==22.1.0;python_version>="3.6" and python_version<"3.7"
17+
attrs>=22.2.0;python_version>="3.7"
1718
PyYAML>=6.0;python_version>="3.6"
1819
certifi>=2021.10.8;python_version<"3.6"
1920
certifi>=2022.12.7;python_version>="3.6"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@
140140
"tqdm>=4.64.1",
141141
'wheel>=0.37.1;python_version<"3.7"',
142142
'wheel>=0.38.4;python_version>="3.7"',
143-
'attrs>=21.4.0;python_version<"3.6"',
144-
'attrs>=22.1.0;python_version>="3.6"',
143+
'attrs==21.4.0;python_version<"3.6"',
144+
'attrs==22.1.0;python_version>="3.6" and python_version<"3.7"',
145+
'attrs>=22.2.0;python_version>="3.7"',
145146
'PyYAML>=6.0;python_version>="3.6"',
146147
'certifi>=2021.10.8;python_version<"3.6"',
147148
'certifi>=2022.12.7;python_version>="3.6"',

0 commit comments

Comments
 (0)