From 27bfa0fcb3c52fecb36d2e19cf8cf44377db45c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:56:41 +0000 Subject: [PATCH] Update pydot requirement from <3,>=1.4.1 to >=1.4.1,<4 Updates the requirements on [pydot](https://github.com/pydot/pydot) to permit the latest version. - [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog) - [Commits](https://github.com/pydot/pydot/compare/v1.4.1...v3.0.2) --- updated-dependencies: - dependency-name: pydot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3ac6318387..a852cd5813 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mypy-extensions psutil>=5.6.6 importlib_resources>=1.4;python_version<'3.9' coloredlogs -pydot>=1.4.1,<3 +pydot>=1.4.1,<4 argcomplete>=1.12.0 pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319 cwl-utils>=0.32 diff --git a/setup.py b/setup.py index 9bbee10f19..03b03b9171 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ "mypy-extensions", "psutil >= 5.6.6", "coloredlogs", - "pydot >= 1.4.1, <3", + "pydot >= 1.4.1, < 4", "argcomplete >= 1.12.0", "pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319 "cwl-utils >= 0.32",