From 36f88b3fa810799e35ee55c9843806ec583d3163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:23:39 +0000 Subject: [PATCH] Bump decoy from 2.1.1 to 2.2.0 Bumps [decoy](https://github.com/mcous/decoy) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/mcous/decoy/releases) - [Commits](https://github.com/mcous/decoy/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: decoy dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 100f9959..b0326cee 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.2.0 flake8==7.2.0; python_version > "3.8" flake8==7.1.2; python_version == "3.8"