From fcfe54ce8af4495314398a40111d9b3c0ee8c4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 06:28:10 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.6 to 50.0.0 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 5cb9f213..5bb506d8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ av >=14.0.0 coverage ==7.13.* -cryptography==46.0.6 +cryptography==50.0.0 mosaicml-streaming==0.13.0 pytest ==9.0.* pytest-asyncio>=1.4.0