From ae52daa1836d3c3c359cf4e7104a108d9f8f519a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 10:56:03 +0000 Subject: [PATCH] Bump cryptography Bumps the pip group with 1 update in the /services/digital-library directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 41.0.7 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- services/digital-library/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/digital-library/pyproject.toml b/services/digital-library/pyproject.toml index b309892..03ba316 100644 --- a/services/digital-library/pyproject.toml +++ b/services/digital-library/pyproject.toml @@ -11,7 +11,7 @@ uvicorn = {extras = ["standard"], version = "^0.24.0"} sqlalchemy = "^2.0.23" psycopg2-binary = "^2.9.9" meilisearch = "^0.28.3" -cryptography = "^41.0.7" +cryptography = "^44.0.1" pydantic = "^2.5.0" python-multipart = "^0.0.6"