From 229b525e7e184a2ad6dbb3c6438edea68636ea40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:42:44 -0600 Subject: [PATCH] Bump cryptography from 38.0.3 to 39.0.1 (#14517) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.3...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 c5112284924d..0f2ac21d6adb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ dependencies = [ "colorama==0.4.5", # Colorizes terminal output "colorlog==6.7.0", # Adds color to logs "concurrent-log-handler==0.9.20", # Concurrently log and rotate logs - "cryptography==38.0.3", # Python cryptography library for TLS - keyring conflict + "cryptography==39.0.1", # Python cryptography library for TLS - keyring conflict "filelock==3.8.0", # For reading and writing config multiprocess and multithread safely (non-reentrant locks) "keyring==23.9.3", # Store keys in MacOS Keychain, Windows Credential Locker "PyYAML==6.0", # Used for config file format