From a0fb412c92204963ee9112bee49ba07d8e23df31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:12:40 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 41.0.4 in /lib/galaxy/dependencies Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/galaxy/dependencies/pinned-typecheck-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/dependencies/pinned-typecheck-requirements.txt b/lib/galaxy/dependencies/pinned-typecheck-requirements.txt index ea39387ec32a..4899648d36b4 100644 --- a/lib/galaxy/dependencies/pinned-typecheck-requirements.txt +++ b/lib/galaxy/dependencies/pinned-typecheck-requirements.txt @@ -1,5 +1,5 @@ cffi==1.15.1 -cryptography==41.0.3 +cryptography==41.0.4 mypy==1.4.1 mypy-extensions==1.0.0 pycparser==2.21