2024-09-16 17:21:42 +12:00
|
|
|
pylint==3.2.7
|
2024-01-09 09:38:50 +09:00
|
|
|
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
2024-05-29 17:11:34 +12:00
|
|
|
black==24.4.2 # also change in .pre-commit-config.yaml when updating
|
2024-04-16 19:50:22 +00:00
|
|
|
pyupgrade==3.15.2 # 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-05-14 09:58:43 +12:00
|
|
|
pytest==8.2.0
|
2024-05-29 17:10:47 +12:00
|
|
|
pytest-cov==5.0.0
|
2024-04-18 11:02:37 +12:00
|
|
|
pytest-mock==3.14.0
|
2024-03-20 21:14:15 +13:00
|
|
|
pytest-asyncio==0.23.6
|
2020-04-20 10:05:58 +10:00
|
|
|
asyncmock==0.4.2
|
2024-01-08 15:08:50 -10:00
|
|
|
hypothesis==6.92.1
|