python3Packages.clnrest: update to NixOS 24.11

Gunicorn 22 and 23 mostly include security fixes:
https://github.com/benoitc/gunicorn/releases
This commit is contained in:
Erik Arvstedt 2024-12-13 23:21:29 +01:00
parent b78116b0da
commit d6bae0a9eb
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -27,6 +27,7 @@ let
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'gevent = "^23.9.0.post1"' 'gevent = "24.2.1"' \
--replace-fail 'gunicorn = "^21.2.0"' 'gunicorn = "23.0.0"' \
--replace-fail 'flask = "^2.3.3"' 'flask = "3.0.3"'
# Add extra required src files that are missing in pyproject.toml