From 3565d7e1abe353f87ca6479dba8c4998b6bb970c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:07:51 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 in /sema_toolchain/sema_scdg Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sema_toolchain/sema_scdg/requirements.txt | 2 +- sema_toolchain/sema_scdg/requirements_pypy.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sema_toolchain/sema_scdg/requirements.txt b/sema_toolchain/sema_scdg/requirements.txt index 87a9d3472..460929541 100644 --- a/sema_toolchain/sema_scdg/requirements.txt +++ b/sema_toolchain/sema_scdg/requirements.txt @@ -11,7 +11,7 @@ researchpy avatar2 pyinstaller matplotlib -cryptography==42.0.4 +cryptography==43.0.1 logbook mmh3 psutil diff --git a/sema_toolchain/sema_scdg/requirements_pypy.txt b/sema_toolchain/sema_scdg/requirements_pypy.txt index 2d71acf00..7c7f6c23d 100644 --- a/sema_toolchain/sema_scdg/requirements_pypy.txt +++ b/sema_toolchain/sema_scdg/requirements_pypy.txt @@ -1,7 +1,7 @@ setuptools-rust pyinstaller bcrypt<4.0.0 -cryptography==42.0.4 +cryptography==43.0.1 pandas r2pipe pybind11