From 68580951ceabd956c6614f1c945c7cc0e4b47a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:59:04 +0000 Subject: [PATCH] Update poethepoet requirement from <0.30 to <0.31 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.30.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 1e12751..c5562b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ antlr4-tools<0.3 -poethepoet<0.30 +poethepoet<0.31 requests<3