Skip to content

Commit df61487

Browse files
committed
Refresh Python dependencies
1 parent 6a326dc commit df61487

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ attrs==22.1.0;python_version<"3.7"
1111
attrs>=23.1.0;python_version>="3.7"
1212
certifi>=2023.7.22
1313
filelock>=3.4.1;python_version<"3.7"
14-
filelock>=3.12.2;python_version>="3.7"
14+
filelock>=3.12.2;python_version>="3.7" and python_version<"3.8"
15+
filelock>=3.12.3;python_version>="3.8"
1516
platformdirs>=2.4.0;python_version<"3.7"
1617
platformdirs>=3.10.0;python_version>="3.7"
1718
parse>=1.19.1
@@ -47,7 +48,8 @@ execnet==2.0.2;python_version>="3.7"
4748
iniconfig==1.1.1;python_version<"3.7"
4849
iniconfig==2.0.0;python_version>="3.7"
4950
pluggy==1.0.0;python_version<"3.7"
50-
pluggy==1.2.0;python_version>="3.7"
51+
pluggy==1.2.0;python_version>="3.7" and python_version<"3.8"
52+
pluggy==1.3.0;python_version>="3.8"
5153
py==1.11.0
5254
pytest==7.0.1;python_version<"3.7"
5355
pytest==7.4.0;python_version>="3.7"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
'attrs>=23.1.0;python_version>="3.7"',
146146
"certifi>=2023.7.22",
147147
'filelock>=3.4.1;python_version<"3.7"',
148-
'filelock>=3.12.2;python_version>="3.7"',
148+
'filelock>=3.12.2;python_version>="3.7" and python_version<"3.8"',
149+
'filelock>=3.12.3;python_version>="3.8"',
149150
'platformdirs>=2.4.0;python_version<"3.7"',
150151
'platformdirs>=3.10.0;python_version>="3.7"',
151152
'parse>=1.19.1',
@@ -181,7 +182,8 @@
181182
'iniconfig==1.1.1;python_version<"3.7"',
182183
'iniconfig==2.0.0;python_version>="3.7"',
183184
'pluggy==1.0.0;python_version<"3.7"',
184-
'pluggy==1.2.0;python_version>="3.7"',
185+
'pluggy==1.2.0;python_version>="3.7" and python_version<"3.8"',
186+
'pluggy==1.3.0;python_version>="3.8"',
185187
"py==1.11.0",
186188
'pytest==7.0.1;python_version<"3.7"',
187189
'pytest==7.4.0;python_version>="3.7"',

0 commit comments

Comments
 (0)