From 43f6d8bf246f42ded411ea8dec74969d3f418da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:56:10 +0000 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 in /pydatalab (#871) Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.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> --- pydatalab/requirements/requirements-all-dev.txt | 2 +- pydatalab/requirements/requirements-all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pydatalab/requirements/requirements-all-dev.txt b/pydatalab/requirements/requirements-all-dev.txt index 96c1903bc..cacdc89c6 100644 --- a/pydatalab/requirements/requirements-all-dev.txt +++ b/pydatalab/requirements/requirements-all-dev.txt @@ -62,7 +62,7 @@ contourpy==1.2.1 # via matplotlib coverage==7.6.1 # via pytest-cov -cryptography==43.0.0 +cryptography==43.0.1 # via paramiko cycler==0.12.1 # via matplotlib diff --git a/pydatalab/requirements/requirements-all.txt b/pydatalab/requirements/requirements-all.txt index 8a9ff4c4f..c0d57f0ea 100644 --- a/pydatalab/requirements/requirements-all.txt +++ b/pydatalab/requirements/requirements-all.txt @@ -50,7 +50,7 @@ cloudpickle==3.0.0 # via dask contourpy==1.2.1 # via matplotlib -cryptography==43.0.0 +cryptography==43.0.1 # via paramiko cycler==0.12.1 # via matplotlib