Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ whitenoise==6.1.0
psycopg2-binary==2.9.10
djangorestframework==3.14.0
django-htmx==1.15.0
gevent==22.10.2 # Updated version of gevent
gevent==23.9.0 # Updated version of gevent
greenlet==3.0.3 # Updated version of greenlet
requests-oauthlib==1.3.1
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r base.txt
certifi==2021.10.8
django-redis-cache==3.0.1
gevent==22.10.2 # Ensure this matches the updated version in base.txt
gevent==23.9.0 # Ensure this matches the updated version in base.txt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this re-defined if it's part of base.txt 🤔

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I agree… I think it can be removed without any issues.

greenlet==3.0.3 # Ensure this matches the updated version in base.txt
raven==6.10.0
redis==3.5.3
Expand Down