2023-12-12 13:51:22 +09:00
|
|
|
pylint==3.0.3
|
2024-01-09 09:38:50 +09:00
|
|
|
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
2024-02-21 15:53:50 +13:00
|
|
|
black==24.2.0 # also change in .pre-commit-config.yaml when updating
|
2024-02-21 16:57:51 +13:00
|
|
|
pyupgrade==3.15.1 # also change in .pre-commit-config.yaml when updating
|
2021-03-07 16:03:16 -03:00
|
|
|
pre-commit
|
2020-03-13 08:27:22 +11:00
|
|
|
|
|
|
|
# Unit tests
|
2024-02-27 16:49:33 +13:00
|
|
|
pytest==8.0.2
|
2023-06-01 13:18:12 +12:00
|
|
|
pytest-cov==4.1.0
|
2023-10-24 08:43:51 +13:00
|
|
|
pytest-mock==3.12.0
|
2024-03-11 10:21:39 +13:00
|
|
|
pytest-asyncio==0.23.5.post1
|
2020-04-20 10:05:58 +10:00
|
|
|
asyncmock==0.4.2
|
2024-01-08 15:08:50 -10:00
|
|
|
hypothesis==6.92.1
|