From b54c4d0c0f468bfc84ce1f1ca356047ffb73f0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:40:42 +0000 Subject: [PATCH] chore(deps-dev): bump attrs from 23.2.0 to 24.1.0 in /it/python Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 24.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:development update-type: version-update:semver-major ... 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 e8009477a8..47f6fa71ed 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -74,7 +74,7 @@ anyio==4.4.0 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6' -attrs==23.2.0 ; python_version >= '3.7' +attrs==24.1.0 ; python_version >= '3.7' azure-core==1.30.2 ; python_version >= '3.7'