From f3fe25ab8ada3718635c1aa2951ae7217b527a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:15:27 +0000 Subject: [PATCH] Bump sniffio from 1.3.0 to 1.3.1 in /it/python 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 2e60309ae4..5d43d96fe7 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -130,7 +130,7 @@ rfc3986[idna2008]==2.0.0 six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' -sniffio==1.3.0 ; python_version >= '3.7' +sniffio==1.3.1 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6'