From b68914ab60133fdcfdc5e4dca94e8be00f1734d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:40:51 +0000 Subject: [PATCH] build: bump cryptography from 42.0.0 to 42.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ebb9f59..719d72f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ colorama==0.4.6 # via commitizen commitizen==3.13.0 # via rocm-docs-core (pyproject.toml) -cryptography==42.0.0 +cryptography==42.0.1 # via pyjwt decli==0.6.1 # via commitizen