From 7c01199a8d17da37c8d334d5455f6e0524d54ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:08:29 +0000 Subject: [PATCH] Bump decorator from 5.1.1 to 5.2.1 (#2195) Bumps [decorator](https://github.com/micheles/decorator) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/5.2.1/CHANGES.md) - [Commits](https://github.com/micheles/decorator/compare/5.1.1...5.2.1) --- updated-dependencies: - dependency-name: decorator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 10 ++++++---- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index b4e9ce87de..3ad3c5fdc7 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ cattrs = "==24.1.2" certifi = "==2025.1.31" charset-normalizer = "==3.4.1" click = "==8.1.8" -decorator = "==5.1.1" +decorator = "==5.2.1" deprecated = "==1.2.18" exceptiongroup = {version="==1.2.2", python_version="<'3.11'"} humanize = "==4.12.1" diff --git a/Pipfile.lock b/Pipfile.lock index 27fcdaa49f..5a8ea9b49f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "a8a04fc7e0e9c44298c575ebe30dd8bc2994835538d96dd6c659d70f7b9d5ee3" + "sha256": "e5be81556dd3cfecb2dbee772c9719163794dd6875de7806247562b576ee912d" }, "pipfile-spec": 6, "requires": { @@ -160,10 +160,12 @@ }, "decorator": { "hashes": [ - "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", - "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" + "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360", + "sha256:d316bb415a2d9e2d2b3abcc4084c6502fc09240e292cd76a76afc106a1c8e04a" ], - "version": "==5.1.1" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==5.2.1" }, "deprecated": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index ee8fce9e0a..371bb1ebea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cattrs==24.1.2 certifi==2025.1.31; python_version >= '3.6' charset-normalizer==3.4.1; python_version >= '3.7' click==8.1.8; python_version >= '3.7' -decorator==5.1.1 +decorator==5.2.1; python_version >= '3.8' deprecated==1.2.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' exceptiongroup==1.2.2; python_version < '3.11' humanize==4.12.1; python_version >= '3.9'