From bb5f1255ad03b9143717be788955bcfa29a8ff66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:08:20 +0000 Subject: [PATCH] build(deps): bump attrs from 21.2.0 to 22.2.0 in /tools/testing Bumps [attrs](https://github.com/python-attrs/attrs) from 21.2.0 to 22.2.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...22.2.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/testing/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/requirements.txt b/tools/testing/requirements.txt index 77e56959bd61..382ec737a464 100644 --- a/tools/testing/requirements.txt +++ b/tools/testing/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --generate-hashes tools/testing/requirements.txt # -attrs==21.2.0 \ - --hash=sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1 \ - --hash=sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb +attrs==22.2.0 \ + --hash=sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836 \ + --hash=sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99 # via # -r tools/testing/requirements.txt # pytest