From daa256b160d0c9c387d1484bac1007ad52615276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 04:30:04 +0000 Subject: [PATCH] fix: devops-tools/fastapi/other-examples/fastapi-with-postgres-example/src/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ANYIO-7361842 --- .../fastapi-with-postgres-example/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops-tools/fastapi/other-examples/fastapi-with-postgres-example/src/requirements.txt b/devops-tools/fastapi/other-examples/fastapi-with-postgres-example/src/requirements.txt index d0b720e..d52f403 100644 --- a/devops-tools/fastapi/other-examples/fastapi-with-postgres-example/src/requirements.txt +++ b/devops-tools/fastapi/other-examples/fastapi-with-postgres-example/src/requirements.txt @@ -1,4 +1,4 @@ -anyio==3.6.2 +anyio==4.4.0 asgiref==3.4.1 astroid==2.8.4 asyncpg==0.24.0