From a163299eb4c6811a71264e1f81e33ea2ba888c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:31:06 +0000 Subject: [PATCH] Bump six from 1.16.0 to 1.17.0 Bumps [six](https://github.com/benjaminp/six) from 1.16.0 to 1.17.0. - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor ... 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 11e0521..c56480a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.32.2 python-dateutil==2.8.2 cryptography==42.0.5 -six==1.16.0 +six==1.17.0 ruamel.yaml==0.18.5 pynacl==1.5.0 diff --git a/setup.py b/setup.py index 0e88977..8b54bea 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ version='0.17.0', url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], - install_requires=['requests==2.31.0', 'python-dateutil==2.8.2', 'six==1.16.0', + install_requires=['requests==2.31.0', 'python-dateutil==2.8.2', 'six==1.17.0', 'cryptography==42.0.2', 'ruamel.yaml==0.18.5', 'pynacl==1.5.0'], description='Python client library for Venafi Trust Protection Platform and Venafi Cloud.', long_description=long_description,