From 7a5f0ffac569cac8ad3cd93238d67c236b24392b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:17:55 -0500 Subject: [PATCH] build(deps): bump cryptography from 41.0.0 to 41.0.1 (#15506) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccf0f4838ae1..9b5b8d94799e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ dependencies = [ "colorama==0.4.6", # Colorizes terminal output "colorlog==6.7.0", # Adds color to logs "concurrent-log-handler==0.9.24", # Concurrently log and rotate logs - "cryptography==41.0.0", # Python cryptography library for TLS - keyring conflict + "cryptography==41.0.1", # Python cryptography library for TLS - keyring conflict "filelock==3.12.2", # For reading and writing config multiprocess and multithread safely (non-reentrant locks) "keyring==23.13.1", # Store keys in MacOS Keychain, Windows Credential Locker "PyYAML==6.0", # Used for config file format