From 16ffcd0354bfcf5a0acec29f8b31ccdf29a3e23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:46:30 +0000 Subject: [PATCH] Bump decorator from 4.4.2 to 5.1.1 Bumps [decorator](https://github.com/micheles/decorator) from 4.4.2 to 5.1.1. - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md) - [Commits](https://github.com/micheles/decorator/compare/4.4.2...5.1.1) --- updated-dependencies: - dependency-name: decorator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- CNN.TensorFlow.Tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNN.TensorFlow.Tutorial/requirements.txt b/CNN.TensorFlow.Tutorial/requirements.txt index 00d6ea8..b805285 100644 --- a/CNN.TensorFlow.Tutorial/requirements.txt +++ b/CNN.TensorFlow.Tutorial/requirements.txt @@ -18,7 +18,7 @@ click==7.1.1 colorama==0.4.3 cycler==0.12.1 Cython==0.29.16 -decorator==4.4.2 +decorator==5.1.1 defusedxml==0.6.0 demjson==2.2.4 entrypoints==0.4