From bc0816aa66d4acb41d7b98c04529421a55e32faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:15:59 +0000 Subject: [PATCH] Bump cryptography from 39.0.2 to 40.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 40.0.1. - [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/39.0.2...40.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e7463d9f..b32ed2808 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas==1.5.3 pandas-ta==0.3.14b ccxt==3.0.36 -cryptography==39.0.2 +cryptography==40.0.1 aiohttp==3.8.4 SQLAlchemy==2.0.7 python-telegram-bot==13.15