Skip to content

Commit b02e3aa

Browse files
Bump greenlet from 3.0.3 to 3.2.3
--- updated-dependencies: - dependency-name: greenlet dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a72e876 commit b02e3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ djangorestframework==3.14.0
2525
django-htmx==1.15.0
2626
django_components==0.141.1
2727
gevent==22.10.2 # Updated version of gevent
28-
greenlet==3.0.3 # Updated version of greenlet
28+
greenlet==3.2.3 # Updated version of greenlet
2929
requests-oauthlib==1.3.1

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
certifi==2021.10.8
33
django-redis-cache==3.0.1
44
gevent==22.10.2 # Ensure this matches the updated version in base.txt
5-
greenlet==3.0.3 # Ensure this matches the updated version in base.txt
5+
greenlet==3.2.3 # Ensure this matches the updated version in base.txt
66
raven==6.10.0
77
redis==3.5.3
88
gunicorn==20.1.0

0 commit comments

Comments
 (0)