From f9b890a6c07aaff485102fe8a000fc1f736636d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 06:15:47 +0000 Subject: [PATCH] Update cryptography requirement from ^38.0.1 to ^42.0.5 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/38.0.1...42.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2787f302..554ead00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ uvicorn = "^0.18.3" pytest = "^7.1.3" pytest-cov = "^3.0.0" mypy = "^1.0.1" -cryptography = "^38.0.1" +cryptography = "^42.0.5" types-tabulate = "^0.8.11" vulture = "^2.5" elasticsearch-test-py = "^1.2.0"