Skip to content

Commit

Permalink
Upgrade gevent and greenlet
Browse files Browse the repository at this point in the history
  • Loading branch information
wil93 authored Feb 8, 2024
1 parent 6f736a2 commit 3281f84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: cms
version: "3.3"

services:
Expand Down
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/
pycryptodomex>=3.6,<3.7 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
psutil>=5.5,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
requests>=2.22,<2.23 # https://pypi.python.org/pypi/requests
# Slightly higher version for Python 3.8 support
gevent>=1.5,<1.6 # http://www.gevent.org/changelog.html
# Limit greenlet version for binary compatibility with gevent 1.5 wheels
greenlet<0.4.17
werkzeug>=0.16,<0.17 # https://github.com/pallets/werkzeug/blob/master/CHANGES
gevent==20.12.0 # http://www.gevent.org/changelog.html
# Limit greenlet version for binary compatibility with gevent 20.12 wheels
greenlet==1.0.0werkzeug>=0.16,<0.17 # https://github.com/pallets/werkzeug/blob/master/CHANGES
patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
Expand Down

0 comments on commit 3281f84

Please sign in to comment.