Skip to content

Commit

Permalink
upgrade pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
staugur committed Feb 8, 2025
1 parent 2ce3c1d commit 143d6a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
flask-version: ["3.1.0"]
flask-version: ["3.0.3"]
python-version: ["3.8", "3.10"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements/procname.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
setproctitle
setproctitle==1.3.4
4 changes: 2 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r base.txt
gunicorn>=20.1.0
gevent>=21.1.0
gunicorn==23.0.0
gevent==24.11.1
2 changes: 1 addition & 1 deletion requirements/up2qiniu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
qiniu>7.0.0
qiniu==7.15.0
2 changes: 1 addition & 1 deletion requirements/up2upyun.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
upyun>=2.5.0
upyun==2.5.5

0 comments on commit 143d6a0

Please sign in to comment.