Skip to content

Commit ecffa3a

Browse files
committed
fix: files/requirements_dev.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GEVENT-8320934
1 parent d809970 commit ecffa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ redis==3.5.3
22
#- Flask-Migrate
33
celery>=5.1.0
44
cffi>=1.14.5
5-
gevent>=21.12.0
5+
gevent>=24.10.1
66
ujson>=1.35
77
urllib3>=1.19 # required to avoid issues with get_url module
88
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module

0 commit comments

Comments
 (0)