Skip to content

Commit 0f84dec

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 228c32f commit 0f84dec

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
@@ -23,5 +23,5 @@ psycopg2-binary==2.9.10
2323
djangorestframework==3.14.0
2424
django-htmx==1.15.0
2525
gevent==22.10.2 # Updated version of gevent
26-
greenlet==3.0.3 # Updated version of greenlet
26+
greenlet==3.2.3 # Updated version of greenlet
2727
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)