From 37519c3f6aed5374392f060ed8e824731f592153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:47:58 +0000 Subject: [PATCH] chore(deps-dev): bump cryptography from 41.0.6 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 34ec222..b51bf3e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -50,7 +50,7 @@ commonmark==0.9.1 # via rich coverage[toml]==6.5.0 # via pytest-cov -cryptography==41.0.6 +cryptography==43.0.1 # via secretstorage distlib==0.3.6 # via virtualenv