From a89b400089695041089fb58aa883d18d79239e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:29:48 +0000 Subject: [PATCH] chore(deps): bump cryptography in /samples/crewai/app Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.2 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.2...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/crewai/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/crewai/app/requirements.txt b/samples/crewai/app/requirements.txt index e5214ea9..32a65cda 100644 --- a/samples/crewai/app/requirements.txt +++ b/samples/crewai/app/requirements.txt @@ -31,7 +31,7 @@ click-repl==0.3.0 coloredlogs==15.0.1 constantly==23.10.4 crewai==0.121.0 -cryptography==45.0.2 +cryptography==50.0.0 daphne==4.2.0 decorator==5.2.1 Deprecated==1.2.18