From c6458f2118875da621e68d29d0930cfd9612152b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:17:58 +0000 Subject: [PATCH] build(deps): bump cryptography in / Bumps [cryptography](https://github.com/pyca/cryptography) in `/` from 46.0.6 to 46.0.7. Updates `cryptography` from 46.0.6 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4997173..2bbd2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "colorlog==6.10.1", - "cryptography==46.0.6", + "cryptography==46.0.7", "Flask==3.1.3", "Flask-WTF==1.2.2", "GitPython==3.1.46",