Tell Pyup to ignore outdated Eventlet version

We already do this in the admin app:
https://github.com/alphagov/notifications-admin/pull/3876/files

Upgrading Eventlet is blocked until this change in Gunicorn is released:
https://github.com/benoitc/gunicorn/pull/2581/files
This commit is contained in:
Chris Hill-Scott
2021-11-15 11:14:34 +00:00
parent 6c0bda0388
commit 0aa7cf1aaf

View File

@@ -76,7 +76,7 @@ docopt==0.6.2
# notifications-python-client # notifications-python-client
docutils==0.15.2 docutils==0.15.2
# via awscli # via awscli
eventlet==0.30.2 eventlet==0.30.2 # pyup: ignore
# via -r requirements.in # via -r requirements.in
flask==1.1.2 flask==1.1.2
# via # via