From 10a1c5b914c1dac07ef989a0581ab6af3b634ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:09:30 +0000 Subject: [PATCH] build(deps): update parse requirement from >=1 to >=1.21.1 Updates the requirements on [parse](https://github.com/r1chardj0n3s/parse) to permit the latest version. - [Release notes](https://github.com/r1chardj0n3s/parse/releases) - [Commits](https://github.com/r1chardj0n3s/parse/compare/1.18.0...1.21.1) --- updated-dependencies: - dependency-name: parse dependency-version: 1.21.1 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 acae0cd51..c71eb2f98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ attrs>=22 dill>=0 Jinja2>=3 -parse>=1 +parse>=1.21.1 pathos>=0 plumbum>=1 psutil>=5