From 3452804f81bafab743186e1d47b7172024120ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:31:36 +0000 Subject: [PATCH] chore(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5978f84..d55f826 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ idna==3.8; python_version >= '3.5' multidict==6.0.4; python_version >= '3.7' requests==2.32.3; python_version >= '3.7' requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -sniffio==1.3.0; python_version >= '3.7' +sniffio==1.3.1; python_version >= '3.7' urllib3==2.2.2; python_version >= '3.7' yarl==1.9.7; python_version >= '3.7'