From 2fa28b575f02d003610ce728abfb27ba4f5e4029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:23:09 +0200 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 in the pip group (#30) Bumps the pip group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `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: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1384a5..8b5c44d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via flask -cryptography==43.0.0 +cryptography==43.0.1 # via # aioquic # mitmproxy diff --git a/requirements_dev.txt b/requirements_dev.txt index fea3ad2..2c7e5b7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -59,7 +59,7 @@ coverage[toml]==7.6.0 # via # -r requirements_dev.in # pytest-cov -cryptography==43.0.0 +cryptography==43.0.1 # via # -r requirements.txt # aioquic