From 119ab6f62750400ed7cdc849c213f9259ea623e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:56:49 +0000 Subject: [PATCH] chore(deps-dev): bump attrs from 24.2.0 to 24.3.0 in /it/python Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:development update-type: version-update:semver-minor ... 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 64a5bb7625..c4e6d6ffef 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -74,7 +74,7 @@ anyio==4.7.0 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6' -attrs==24.2.0 ; python_version >= '3.7' +attrs==24.3.0 ; python_version >= '3.7' azure-core==1.32.0 ; python_version >= '3.7'