Skip to content

Commit

Permalink
try new gevent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Nov 1, 2024
1 parent 52ed994 commit d4449f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Flask-Babel==1.0.0
Flask-Login==0.6.1
Flask-WTF==1.0.1
flask-multistatic==1.0
greenlet==2.0.2
# greenlet==2.0.2
#Jinja2==3.1.2
Markdown==3.4.1
packaging==24.1
Expand Down Expand Up @@ -118,7 +118,7 @@ requests~=2.32.3

# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
gevent>=23.9.0
gevent>=24.10.1
jinja2>=3.1.4
cryptography>=42.0.4

Expand All @@ -139,3 +139,4 @@ setuptools~=71.0.3

# Pin MarkupSafe to avoid button issue for logged in user
MarkupSafe==2.*
greenlet>=3.1.1
14 changes: 7 additions & 7 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
alembic==1.8.1
async-timeout==4.0.3
async-timeout==5.0.0
Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.35.51
botocore==1.35.51
boto3==1.35.53
botocore==1.35.53
certifi==2024.8.30
cffi==1.17.1
chardet==5.2.0
Expand Down Expand Up @@ -39,8 +39,8 @@ future==1.0.0
GeoAlchemy2==0.5.0
geojson==3.0.1
geomet==1.1.0
gevent==24.2.1
greenlet==2.0.2
gevent==24.10.3
greenlet==3.1.1
gunicorn==23.0.0
html5lib==1.1
idna==3.10
Expand Down Expand Up @@ -105,13 +105,13 @@ typing_extensions==4.3.0
tzdata==2024.2
tzlocal==4.2
urllib3==2.2.3
watchdog==5.0.3
watchdog==6.0.0
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3
wheel==0.42.0
WTForms==3.2.1
xlrd==2.0.1
xmlschema==3.4.2
xmlschema==3.4.3
zope.event==5.0
zope.interface==5.4.0

0 comments on commit d4449f8

Please sign in to comment.