Skip to content

Commit

Permalink
fix(requirements.txt): lock greentlet version to 1.1.2 (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Jun 14, 2023
1 parent 9e90675 commit c2f630f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.50
2.14.51
1 change: 1 addition & 0 deletions paas2/appengine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ uWSGI==2.0.13.1
pymysql==0.6.7
gunicorn==19.9.0
gevent==1.5.0
greenlet==1.1.2
pytz==2016.6.1
six==1.15.0
python-consul==1.1.0
Expand Down
1 change: 1 addition & 0 deletions paas2/login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ uWSGI==2.0.13.1
xlrd==1.0.0
xlwt==1.1.2
gevent==1.5.0
greenlet==1.1.2
pytz==2016.6.1
python-dateutil==2.8.1
# django_oauth_toolkit==0.12.0
Expand Down
1 change: 1 addition & 0 deletions paas2/paas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ redis==2.10.5
PyYAML==5.1
Pillow==6.2.2
gevent==1.5.0
greenlet==1.1.2
pytz==2016.6.1
python-dateutil==2.8.1
boto==2.43.0
Expand Down
4 changes: 4 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release Log
===============================

# 2.14.51
- fix: lock greenlet version to 1.1.2

# 2.14.50
- esb: update data, bk_log, cc, gsekit, monitor_v3, nodeman, usermanage confapis
- esb: fix usermanage fe_list_users
Expand Down

0 comments on commit c2f630f

Please sign in to comment.