diff options
author | 2022-03-19 16:50:18 +0000 | |
---|---|---|
committer | 2022-04-18 17:44:14 +0100 | |
commit | bd13ed68c6b0a33622ae8a6416c67948978bdd38 (patch) | |
tree | adede43f3a6f496da576dd3f9ca115e8b3d05936 /tox.ini | |
parent | Remove aio-pika and psutil (diff) |
Bump all deps and exact version pin.
Exact versioning has been chosen to be more explicit in what versions we require.
We will be using dependabot in github to ensure these versions are kept up to date.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ ignore= # Docstring Content D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417 # Type Annotations - ANN002,ANN003,ANN101,ANN102,ANN204,ANN206 + ANN002,ANN003,ANN101,ANN102,ANN204,ANN206,ANN401 per-file-ignores=tests/*:D,ANN |