From 7e84a4ec9dd092b4d66f4644e6857d4237ce7b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:07:23 +0000 Subject: [PATCH] build(deps): bump cryptography from 37.0.2 to 37.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 37.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/37.0.2...37.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 5efff51b..ce47b49b 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,6 +1,6 @@ cffi==1.15.0 # via cryptography, pynacl colorama==0.4.5 -cryptography==37.0.2 +cryptography==37.0.3 pycparser==2.21 # via cffi pynacl==1.5.0 six==1.16.0 # via pynacl