From ce9f0fc3ecf98ebbd7844ed96c45f3176ec8de20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:08:48 +0000 Subject: [PATCH] Bump attrs from 23.1.0 to 23.2.0 in /it/python Bumps [attrs](https://github.com/sponsors/hynek) from 23.1.0 to 23.2.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 951edf778d..83a7c29eb9 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -74,7 +74,7 @@ anyio==4.2.0 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6' -attrs==23.1.0 ; python_version >= '3.7' +attrs==23.2.0 ; python_version >= '3.7' azure-core==1.29.6 ; python_version >= '3.7'