Skip to content

Commit 6df9d14

Browse files
authored
Update python dependencies (to unblock build). (#102)
1 parent 1d8a6ed commit 6df9d14

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# Apache OpenWhisk Docker Runtime Container
2121

22+
## next release
23+
Changes:
24+
- Update Python dependencies
25+
2226
## 1.15.0
2327
- Update base python image to `python:3.11-alpine`
2428
- Update python dependacies

core/actionProxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk upgrade --update \
2424
&& update-ca-certificates \
2525
&& apk add --no-cache --virtual .build-deps bzip2-dev g++ libc-dev \
2626
&& pip install --upgrade pip setuptools six \
27-
&& pip install --no-cache-dir gevent==22.10.2 flask==2.2.3 greenlet==2.0.2\
27+
&& pip install --no-cache-dir gevent==23.9.1 flask==3.0.0 greenlet==3.0.0\
2828
&& apk del .build-deps
2929

3030
ENV FLASK_PROXY_PORT 8080

0 commit comments

Comments
 (0)