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:
parent
b78116b0da
commit
d6bae0a9eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue