Skip to content

Commit 309eff2

Browse files
committed
Refresh Python dependencies
1 parent 838307d commit 309eff2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ attrs>=23.1.0;python_version>="3.7"
1717
PyYAML>=6.0
1818
certifi>=2023.5.7
1919
filelock>=3.4.1;python_version<"3.7"
20-
filelock>=3.12.0;python_version>="3.7"
20+
filelock>=3.12.1;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
22-
platformdirs>=3.5.1;python_version>="3.7"
22+
platformdirs>=3.5.3;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
2424
pyparsing>=3.0.9;python_version>="3.7"
2525
zipp==3.6.0;python_version<"3.7"
@@ -59,7 +59,7 @@ iniconfig==2.0.0;python_version>="3.7"
5959
pluggy==1.0.0
6060
py==1.11.0
6161
pytest==7.0.1;python_version<"3.7"
62-
pytest==7.3.1;python_version>="3.7"
62+
pytest==7.3.2;python_version>="3.7"
6363
pytest-forked==1.4.0;python_version<"3.7"
6464
pytest-forked==1.6.0;python_version>="3.7"
6565
pytest-html==2.0.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141
"PyYAML>=6.0",
142142
"certifi>=2023.5.7",
143143
'filelock>=3.4.1;python_version<"3.7"',
144-
'filelock>=3.12.0;python_version>="3.7"',
144+
'filelock>=3.12.1;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146-
'platformdirs>=3.5.1;python_version>="3.7"',
146+
'platformdirs>=3.5.3;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
148148
'pyparsing>=3.0.9;python_version>="3.7"',
149149
'zipp==3.6.0;python_version<"3.7"',
@@ -183,7 +183,7 @@
183183
"pluggy==1.0.0",
184184
"py==1.11.0",
185185
'pytest==7.0.1;python_version<"3.7"',
186-
'pytest==7.3.1;python_version>="3.7"',
186+
'pytest==7.3.2;python_version>="3.7"',
187187
'pytest-forked==1.4.0;python_version<"3.7"',
188188
'pytest-forked==1.6.0;python_version>="3.7"',
189189
"pytest-html==2.0.1", # Newer ones had issues

0 commit comments

Comments
 (0)