Skip to content

Commit bd8f39e

Browse files
Bump gevent from 22.10.2 to 23.9.0 in /requirements
Bumps [gevent](https://github.com/gevent/gevent) from 22.10.2 to 23.9.0. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@22.10.2...23.9.0) --- updated-dependencies: - dependency-name: gevent dependency-version: 23.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 432a4be commit bd8f39e

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
@@ -20,7 +20,7 @@ whitenoise==6.1.0
2020
psycopg2-binary==2.9.3
2121
djangorestframework==3.13.1
2222
django-htmx==1.15.0
23-
gevent==22.10.2 # Updated version of gevent
23+
gevent==23.9.0 # Updated version of gevent
2424
greenlet==3.0.3 # Updated version of greenlet
2525
requests-oauthlib==1.3.1
2626

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r base.txt
22
certifi==2021.10.8
33
django-redis-cache==3.0.1
4-
gevent==22.10.2 # Ensure this matches the updated version in base.txt
4+
gevent==23.9.0 # Ensure this matches the updated version in base.txt
55
greenlet==3.0.3 # Ensure this matches the updated version in base.txt
66
raven==6.10.0
77
redis==3.5.3

0 commit comments

Comments
 (0)