2024-04-16 00:59:44 +02:00
|
|
|
pylint==3.1.0
|
2024-01-09 01:38:50 +01:00
|
|
|
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
2024-04-15 22:58:10 +02:00
|
|
|
black==24.4.0 # also change in .pre-commit-config.yaml when updating
|
2024-04-16 21:50:22 +02:00
|
|
|
pyupgrade==3.15.2 # also change in .pre-commit-config.yaml when updating
|
2021-03-07 20:03:16 +01:00
|
|
|
pre-commit
|
2020-03-12 22:27:22 +01:00
|
|
|
|
|
|
|
# Unit tests
|
2024-03-11 19:25:19 +01:00
|
|
|
pytest==8.1.1
|
2023-06-01 03:18:12 +02:00
|
|
|
pytest-cov==4.1.0
|
2024-04-18 01:02:37 +02:00
|
|
|
pytest-mock==3.14.0
|
2024-03-20 09:14:15 +01:00
|
|
|
pytest-asyncio==0.23.6
|
2020-04-20 02:05:58 +02:00
|
|
|
asyncmock==0.4.2
|
2024-01-09 02:08:50 +01:00
|
|
|
hypothesis==6.92.1
|