From 7ee1fcefe8eeca386b9622ec95a10b7e723f9742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:03:58 +0000 Subject: [PATCH] chore(deps): bump cryptography from 45.0.7 to 46.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 31bb2966..0f428840 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ av >=14.0.0 coverage ==7.10.* -cryptography==45.0.7 +cryptography==46.0.3 mosaicml-streaming==0.11.0 pytest ==8.4.* pytest-asyncio>=1.0.0