From 20b3237da87c755e057e227375e3f48ec627acfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:31:46 +0000 Subject: [PATCH] Bump cryptography from 39.0.1 to 41.0.3 in /examples/CH_09 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/CH_09/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/CH_09/requirements.txt diff --git a/examples/CH_09/requirements.txt b/examples/CH_09/requirements.txt old mode 100755 new mode 100644 index 3c78ddd..72c881e --- a/examples/CH_09/requirements.txt +++ b/examples/CH_09/requirements.txt @@ -6,7 +6,7 @@ certifi==2022.12.7 cffi==1.15.0 charset-normalizer==2.0.12 click==8.0.4 -cryptography==39.0.1 +cryptography==41.0.3 cssselect==1.1.0 cssutils==2.3.0 dnspython==2.2.0