From 36faabf7ab579b2e5646dfff49818ab09b64e9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:37:19 +0000 Subject: [PATCH] Bump cement from 3.0.10 to 3.0.12 Bumps [cement](https://github.com/datafolklabs/cement) from 3.0.10 to 3.0.12. - [Changelog](https://github.com/datafolklabs/cement/blob/main/CHANGELOG.md) - [Commits](https://github.com/datafolklabs/cement/compare/3.0.10...3.0.12) --- updated-dependencies: - dependency-name: cement dependency-type: direct:production update-type: version-update:semver-patch ... 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 ea90355..270fe33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cement==3.0.10 +cement==3.0.12 pyyaml colorlog paramiko>=2.12 diff --git a/setup.py b/setup.py index a669113..a5ad520 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ """, install_requires=[ - 'cement==3.0.10', + 'cement==3.0.12', 'pyyaml', 'colorlog', 'paramiko>=2.12',