From 193ad9c93bb99c331bbe52c6323c9a98d7da7f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:55:52 +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 ec06d57..8ff7568 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cement==2.10.12 +cement==2.10.14 pynginxconfig==0.3.4 PyMySQL==1.1.0 psutil==5.9.8 diff --git a/setup.py b/setup.py index 4de69aa..f37c6c7 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup(name='wordops', # Required to build documentation # "Sphinx >= 1.0", # Required to function - 'cement == 2.10.12', + 'cement == 2.10.14', 'pystache', 'pynginxconfig', 'PyMySQL >= 1.0.2',