From 5a982c873074c587bbe45bf5e4f11dd9ee150c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:50:23 +0000 Subject: [PATCH] build(deps): bump cryptography in /images/singleuser-sample Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- images/singleuser-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index bfa9939acf..626c20c174 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -44,7 +44,7 @@ charset-normalizer==3.3.2 # via requests comm==0.2.0 # via ipykernel -cryptography==41.0.5 +cryptography==41.0.6 # via pyopenssl debugpy==1.8.0 # via ipykernel