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:
@@ -27,6 +27,7 @@ let
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace-fail 'gevent = "^23.9.0.post1"' 'gevent = "24.2.1"' \
|
--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"'
|
--replace-fail 'flask = "^2.3.3"' 'flask = "3.0.3"'
|
||||||
|
|
||||||
# Add extra required src files that are missing in pyproject.toml
|
# Add extra required src files that are missing in pyproject.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user