Skip to content

Commit 80b4b29

Browse files
committed
Update requirements to newer versions
All at the latest for Python 3.8.
1 parent adfa309 commit 80b4b29

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

requirements.txt

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,38 @@
66
#
77
cfgv==3.4.0
88
# via pre-commit
9-
distlib==0.3.8
9+
distlib==0.3.9
1010
# via virtualenv
11-
exceptiongroup==1.2.0
11+
exceptiongroup==1.2.2
1212
# via pytest
13-
filelock==3.13.1
13+
filelock==3.16.1
1414
# via virtualenv
15-
identify==2.5.35
15+
identify==2.6.1
1616
# via pre-commit
1717
iniconfig==2.0.0
1818
# via pytest
19-
nodeenv==1.8.0
19+
nodeenv==1.9.1
2020
# via pre-commit
21-
packaging==24.0
21+
packaging==24.2
2222
# via pytest
23-
platformdirs==4.2.0
23+
platformdirs==4.3.6
2424
# via virtualenv
25-
pluggy==1.4.0
25+
pluggy==1.5.0
2626
# via pytest
2727
pre-commit==3.5.0
2828
# via async-solipsism (pyproject.toml)
29-
pytest==8.1.1
29+
pytest==8.3.4
3030
# via
3131
# async-solipsism (pyproject.toml)
3232
# pytest-asyncio
3333
# pytest-mock
34-
pytest-asyncio==0.23.6
34+
pytest-asyncio==0.24.0
3535
# via async-solipsism (pyproject.toml)
3636
pytest-mock==3.14.0
3737
# via async-solipsism (pyproject.toml)
38-
pyyaml==6.0.1
38+
pyyaml==6.0.2
3939
# via pre-commit
40-
tomli==2.0.1
40+
tomli==2.2.1
4141
# via pytest
42-
virtualenv==20.25.1
42+
virtualenv==20.29.0
4343
# via pre-commit
44-
45-
# The following packages are considered to be unsafe in a requirements file:
46-
# setuptools

0 commit comments

Comments
 (0)