From 1a4a4b2872f38bf518f9e47bfe9a0705cf6361fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:35:10 +0000 Subject: [PATCH] dependency: (deps): bump sniffio from 1.3.0 to 1.3.1 in /backend 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 958ae300..103de804 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ PyPDF2==1.26.0 python-dotenv==1.0.0 pytz==2023.3.post1 PyYAML==6.0.1 -sniffio==1.3.0 +sniffio==1.3.1 sqlparse==0.4.4 tqdm==4.66.1 typing_extensions==4.9.0