From f7f439589cdae863b7c34da0f0ec1c3fb2333872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:39:19 +0000 Subject: [PATCH] chore(deps): update boddle requirement from <0.3,>=0.2 to >=0.2.9,<0.3 Updates the requirements on [boddle](https://github.com/keredson/boddle) to permit the latest version. - [Commits](https://github.com/keredson/boddle/commits) --- updated-dependencies: - dependency-name: boddle dependency-version: 0.2.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/adapter_testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter_testing.txt b/requirements/adapter_testing.txt index c497a1f3f..dd4a1cf84 100644 --- a/requirements/adapter_testing.txt +++ b/requirements/adapter_testing.txt @@ -1,5 +1,5 @@ # pip install -r requirements/adapter_testing.txt moto>=3,<6 # For AWS tests docker>=5,<8 # Used by moto -boddle>=0.2,<0.3 # For Bottle app tests +boddle>=0.2.9,<0.3 # For Bottle app tests sanic-testing>=0.7