From 5eb9fbde43e828325570750f2e7bb2eca3aca46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:55:17 +0000 Subject: [PATCH] Bump cryptography from 39.0.1 to 41.0.2 in /examples/CH_08 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/CH_08/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/CH_08/requirements.txt diff --git a/examples/CH_08/requirements.txt b/examples/CH_08/requirements.txt old mode 100755 new mode 100644 index d34e9b4..35fa14d --- a/examples/CH_08/requirements.txt +++ b/examples/CH_08/requirements.txt @@ -7,7 +7,7 @@ cffi==1.15.0 chardet==4.0.0 charset-normalizer==2.0.12 click==8.0.3 -cryptography==39.0.1 +cryptography==41.0.2 cssselect==1.1.0 cssutils==2.3.0 dnspython==2.2.0