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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-12 13:55:52 +00:00
committed by GitHub
parent 59f93ffa0f
commit 193ad9c93b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cement==2.10.12 cement==2.10.14
pynginxconfig==0.3.4 pynginxconfig==0.3.4
PyMySQL==1.1.0 PyMySQL==1.1.0
psutil==5.9.8 psutil==5.9.8

View File

@@ -61,7 +61,7 @@ setup(name='wordops',
# Required to build documentation # Required to build documentation
# "Sphinx >= 1.0", # "Sphinx >= 1.0",
# Required to function # Required to function
'cement == 2.10.12', 'cement == 2.10.14',
'pystache', 'pystache',
'pynginxconfig', 'pynginxconfig',
'PyMySQL >= 1.0.2', 'PyMySQL >= 1.0.2',