From d4bb982f3ed16729ed4ea973572ffc5e9baa4995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:40:05 +0000 Subject: [PATCH] Bump cement from 2.10.12 to 2.10.14 Bumps [cement](https://github.com/datafolklabs/cement) from 2.10.12 to 2.10.14. - [Changelog](https://github.com/datafolklabs/cement/blob/main/CHANGELOG.md) - [Commits](https://github.com/datafolklabs/cement/commits) --- 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 6717c8376..0277a31c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cement==2.10.12 +cement==2.10.14 pynginxconfig>=0.3.4 PyMySQL>=0.10.1 psutil>=5.7.3 diff --git a/setup.py b/setup.py index 1be8c0b4a..e4080270d 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ # Required to build documentation # "Sphinx >= 1.0", # Required to function - 'cement == 2.10.12', + 'cement == 2.10.14', 'pystache >= 0.5.4', 'pynginxconfig >= 0.3.4', 'PyMySQL >= 0.10.1',