From 1be1efbc4c00a354ef96ce47c076ef1c1273c3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:42:29 +0000 Subject: [PATCH 1/2] Bump cryptography from 40.0.1 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.1...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5f6271b5..e20b02f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas-ta==0.3.14b ccxt==4.0.45 cryptography==41.0.2; platform_machine != 'armv7l' -cryptography==40.0.1; platform_machine == 'armv7l' +cryptography==41.0.3; platform_machine == 'armv7l' aiohttp==3.8.5 SQLAlchemy==2.0.19 python-telegram-bot==20.4 From 66adeb0a5c36a0f367ed8b29f4ed10f6c1c5e178 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 2 Aug 2023 06:42:50 +0200 Subject: [PATCH 2/2] Only bump non-arm cryptography --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e20b02f1e..4c841d1a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pandas==2.0.3 pandas-ta==0.3.14b ccxt==4.0.45 -cryptography==41.0.2; platform_machine != 'armv7l' -cryptography==41.0.3; platform_machine == 'armv7l' +cryptography==41.0.3; platform_machine != 'armv7l' +cryptography==40.0.1; platform_machine == 'armv7l' aiohttp==3.8.5 SQLAlchemy==2.0.19 python-telegram-bot==20.4