From d913eb04a88a32ee66f74ac3a16899b6344ec12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:56:39 +0000 Subject: [PATCH] build(deps): update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...40.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/requirements.txt b/build/requirements.txt index cd0579cb..e5e8ce16 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -13,7 +13,7 @@ chardet>=3.0.4 Click>=7.0 cookies>=2.2.1 concurrent-log-handler>=0.9.19 -cryptography>=2.8,<36.0.1 +cryptography>=2.8,<40.0.3 decorator>=4.3.0 dynaconf>=3.1 fastapi>0.68