From 584bf80b8c8b78abfecf2622d6d166ab427ba58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:29:36 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6867a6d..3991f65 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ packages=find_packages(exclude=['build', 'test']), - install_requires=['cleo==0.6.8', 'pystratum-mysql', 'pyzmq', 'lxml', 'python-daemon'], + install_requires=['cleo==2.0.0', 'pystratum-mysql', 'pyzmq', 'lxml', 'python-daemon'], entry_points={} )