From 4a95badad229d0615c69306f5e581b0b309e5a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:45:42 +0000 Subject: [PATCH] Bump sniffio from 1.3.0 to 1.3.1 Bumps [sniffio](https://github.com/python-trio/sniffio) from 1.3.0 to 1.3.1. - [Commits](https://github.com/python-trio/sniffio/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: sniffio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 31fc624..7998040 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ pydantic==2.6.1 pydantic_core==2.16.2 python-dotenv==1.0.1 requests==2.31.0 -sniffio==1.3.0 +sniffio==1.3.1 sqlparse==0.5.0 tqdm==4.66.2 typing_extensions==4.9.0