From 54add6132099fb11327397eb0eaf2ceeb3797d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:08:23 +0000 Subject: [PATCH] build(deps): bump cryptography from 38.0.2 to 38.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.2 to 38.0.3. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.2...38.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index e491bb48..0d2dfaa7 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,5 +1,5 @@ cffi==1.15.1 # via cryptography, pynacl -cryptography==38.0.2 +cryptography==38.0.3 pycparser==2.21 # via cffi pynacl==1.5.0 six==1.16.0 # via pynacl