From 715afedc73e2dbbbc931ff64670c6a4e127ec7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:29:38 +0000 Subject: [PATCH] Bump cleo from 0.6.8 to 2.0.0 Bumps [cleo](https://github.com/python-poetry/cleo) from 0.6.8 to 2.0.0. - [Release notes](https://github.com/python-poetry/cleo/releases) - [Changelog](https://github.com/python-poetry/cleo/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/cleo/compare/0.6.8...2.0.0) --- updated-dependencies: - dependency-name: cleo dependency-version: 2.0.0 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 102233e..9c93708 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Must be aligned with setup.py. -cleo==0.6.8 +cleo==2.0.0 lxml>=4.6.1, <5 # For development only. diff --git a/setup.py b/setup.py index 41f638d..8425730 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ ], }, - install_requires=['cleo==0.6.8', + install_requires=['cleo==2.0.0', 'lxml>=4.6.1, <5'] )