From 989e3b428784c0a22096bcfbd0a6a9e2be99af17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:17:15 +0300 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.3 (#634) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- 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> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c6c48242c..a44e63b02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ attrs==21.4.0 azure==4.0.0 boto3==1.26.1 botocore==1.29.1 -cryptography==41.0.2 +cryptography==41.0.3 elasticsearch==7.16.1 elasticsearch_dsl==7.4.0 ipywidgets==8.0.6 diff --git a/setup.py b/setup.py index 994480497..5927f4368 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'azure==4.0.0', 'boto3==1.26.1', # s3 'botocore==1.29.1', # s3 - 'cryptography==41.0.2', # for paramiko + 'cryptography==41.0.3', # for paramiko 'elasticsearch==7.16.1', 'elasticsearch_dsl==7.4.0', # for deep search 'ipywidgets==8.0.6', # for jupyterlab widgets