Skip to content

Commit

Permalink
Merge pull request #218 from multiflexi/bots-update
Browse files Browse the repository at this point in the history
bots Python libraries and Alpine image update
  • Loading branch information
Progress1 authored Mar 7, 2024
2 parents 629a14e + 5f5d21c commit 18a68b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.bots
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine3.18 AS build_shared
FROM python:3.12-alpine3.19 AS build_shared

WORKDIR /build_shared/

Expand All @@ -8,7 +8,7 @@ RUN python -m build



FROM python:3.12-alpine3.18 AS production
FROM python:3.12-alpine3.19 AS production

WORKDIR /app/

Expand Down
8 changes: 4 additions & 4 deletions src/bots/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Flask==3.0.0
Flask==3.0.2
Flask-Cors==4.0.0
Flask-RESTful==0.3.10
gevent==23.9.1
gevent==24.2.1
gunicorn==21.2.0
marshmallow==3.20.1
marshmallow==3.21.0
marshmallow-enum==1.5.1
oauthlib==3.2.2
PySocks==1.7.1
python-dotenv==1.0.0
python-dotenv==1.0.1
requests==2.31.0
schedule==1.2.1
sseclient-py==1.8.0

0 comments on commit 18a68b2

Please sign in to comment.