From f60bcf4617d159e8e9bd0d7d4e22337fb29f25e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:57:15 +0000 Subject: [PATCH] chore(deps): bump cryptography from 42.0.1 to 42.0.2 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.1 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.1...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/build-requirements.txt b/requirements/build-requirements.txt index 4b43e53..3e4545b 100644 --- a/requirements/build-requirements.txt +++ b/requirements/build-requirements.txt @@ -17,7 +17,7 @@ click==8.1.7 # hatch # typer # userpath -cryptography==42.0.1 +cryptography==42.0.2 # via secretstorage distlib==0.3.8 # via virtualenv