From 5d9c05d46330938ef846c6bc0793ed28f16c2473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 23:36:29 +0000 Subject: [PATCH] chore(deps-dev): update cryptography requirement 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/46.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d92fcab..fdbce60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "pytest>=8.0", "pre-commit>=3.7,<5.0", "ruff>=0.14,<1.0", - "cryptography>=46.0.7,<48", + "cryptography>=46.0.7,<49", "defusedxml>=0.7,<1.0", "langchain-core>=1.2,<2.0", "openai-agents>=0.12,<1.0", @@ -46,7 +46,7 @@ sql = [ "sqlalchemy>=2.0,<3.0", ] signing = [ - "cryptography>=46.0.7,<48", + "cryptography>=46.0.7,<49", ] xml = [ "defusedxml>=0.7,<1.0",