From 1819c5588512be90138f2b1225398599be3d1fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:57:45 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.4.7 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f5ed52..1c99e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ lxml = "^4.6.5" flask = "^2.0.1" flask_cors = "^3.0.10" connexion = {version = "^2.14.1", extras = ["swagger-ui"]} -cryptography = "^3.4.7" +cryptography = ">=3.4.7,<43.0.0" openpyxl = "^3.0.10" graphviz = "0.19.1" pyorientdb = "^1.0.0"