From c1f399f12b91642533bef8c295b2fdb2d1b601f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 04:12:44 +0000 Subject: [PATCH] chore(deps-dev): bump uritemplate from 4.1.1 to 4.2.0 Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/python-hyper/uritemplate/releases) - [Changelog](https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst) - [Commits](https://github.com/python-hyper/uritemplate/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: uritemplate dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7aec90ac..5465f0f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.3 multidict==6.4.4 ; python_version >= '3.7' -uritemplate==4.1.1 ; python_version >= '3.6' +uritemplate==4.2.0 ; python_version >= '3.6' yarl==1.20.0 ; python_version >= '3.7'