From 3ae60ea67b8fb4d726b71e2c3d95ec591eb3e44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:57:53 +0000 Subject: [PATCH] chore(pip)(deps): update cryptography requirement in /agent Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/pyproject.toml b/agent/pyproject.toml index ab5cc886..9e58852d 100644 --- a/agent/pyproject.toml +++ b/agent/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ dependencies = [ "aiohttp>=3.9", - "cryptography>=42.0", + "cryptography>=46.0.7", "croniter>=2.0", "python-dotenv>=1.0", ]