From 52aae969b161a82002b3ff4f622c2db241892bbd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 02:27:37 +0000 Subject: [PATCH] fix: community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-7856105 --- .../zeit-now/python/flask-graphene-sqlalchemy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/requirements.txt b/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/requirements.txt index 8469a5f78e33a..5fa2b3f091439 100644 --- a/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/requirements.txt +++ b/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/requirements.txt @@ -1,6 +1,6 @@ Flask==1.0.2 Flask-GraphQL==2.0.0 -gunicorn==19.9.0 +gunicorn==21.2.0 sqlalchemy psycopg2 graphene[sqlalchemy]