From 07f3913931b10d7add42341b06ad45ee4d9a21bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 18:15:56 +0000 Subject: [PATCH] Bump decoy from 2.1.1 to 2.1.2 Bumps [decoy](https://github.com/mcous/decoy) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/mcous/decoy/releases) - [Commits](https://github.com/mcous/decoy/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: decoy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ee86336..ed7f0b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ asyncclick==8.1.7.2; python_version == "3.8" coverage==6.5.0 coveralls==3.3.1 -decoy==2.1.1 +decoy==2.1.2 flake8==7.2.0; python_version > "3.8" flake8==7.1.2; python_version == "3.8"