Skip to content

Commit

Permalink
Bump gevent version (#471)
Browse files Browse the repository at this point in the history
* Bump gevent version

* Prepare version codes for next version

* Bump gevent to 23.9.1
  • Loading branch information
ggsdc authored Oct 3, 2023
1 parent f37fee1 commit b317fa3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cornflow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux

# CORNFLOW vars
ARG CORNFLOW_VERSION=1.0.5
ARG CORNFLOW_VERSION=1.0.6

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
8 changes: 8 additions & 0 deletions cornflow-server/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
version 1.0.6
--------------

- released: 2023-10-03
- description: security version of cornflow to update vulnerability on dependency
- changelog:
- updated version of gevent to 23.9.0.post1 due to security reasons.

version 1.0.5
--------------

Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flask-inflate<=0.3
Flask-Migrate<=4.0.4
Flask-RESTful<=0.3.9
Flask-SQLAlchemy==2.5.1
gevent<=22.10.2
gevent==23.9.1
greenlet<=2.0.2
gunicorn<=20.1.0
jsonpatch<=1.32
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="cornflow",
version="1.0.5",
version="1.0.6",
author="baobab soluciones",
author_email="[email protected]",
description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.",
Expand Down

0 comments on commit b317fa3

Please sign in to comment.