From b3370a304192e7c7765f2fd167d855291a081de9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 2 Jun 2023 20:27:54 +0000
Subject: [PATCH] Bump cryptography in /circleci/images/stylechecker/files/etc

Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 circleci/images/stylechecker/files/etc/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circleci/images/stylechecker/files/etc/requirements.txt b/circleci/images/stylechecker/files/etc/requirements.txt
index 55f4558..02fdce5 100644
--- a/circleci/images/stylechecker/files/etc/requirements.txt
+++ b/circleci/images/stylechecker/files/etc/requirements.txt
@@ -24,7 +24,7 @@ brotli==1.0.9
 certifi==2022.12.7; python_version >= '3.6'
 cffi==1.15.1
 construct==2.9.45
-cryptography==40.0.2
+cryptography==41.0.0
 docopt==0.6.2
 exceptiongroup==1.1.1; python_version < '3.11'
 execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'