Skip to content

Commit da04ada

Browse files
Bump greenlet from 3.0.3 to 3.2.4
Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 3.0.3 to 3.2.4. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.0.3...3.2.4) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fc0410 commit da04ada

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.2
2727
gevent==22.10.2 # Updated version of gevent
28-
greenlet==3.0.3 # Updated version of greenlet
28+
greenlet==3.2.4 # 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.4 # 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)