From 9826212221361c099f49e253b34799636a802465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:48:39 +0000 Subject: [PATCH] Update poethepoet requirement from <0.33 to <0.34 Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.1.0...v0.33.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d86199e..c4feae9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ antlr4-tools<0.3 -poethepoet<0.33 +poethepoet<0.34 requests<3