From cee88e8e4a1b3e3b233046dbacee05ad8a9e4aff Mon Sep 17 00:00:00 2001 From: Zedifus Date: Thu, 3 Oct 2024 01:22:32 +0100 Subject: [PATCH 1/3] Bump cryptography for GHSA-h4gh-qq45-vh27 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ca0ff8b..7a9e4c58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ argon2-cffi==23.1.0 cached_property==1.5.2 colorama==0.4.6 croniter==1.4.1 -cryptography==42.0.4 +cryptography==43.0.1 libgravatar==1.0.4 nh3==0.2.14 packaging==23.2 From 402b2040bc4ba932b6f5241c5f6227a9671b7c5a Mon Sep 17 00:00:00 2001 From: Zedifus Date: Thu, 3 Oct 2024 01:27:12 +0100 Subject: [PATCH 2/3] Bump parent dep of crypto --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a9e4c58..99415099 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ nh3==0.2.14 packaging==23.2 peewee==3.13 psutil==5.9.5 -pyOpenSSL==24.0.0 +pyOpenSSL==24.2.1 pyjwt==2.8.0 PyYAML==6.0.1 requests==2.32.0 From 9f3706e089c74faeb5d7c0dadd56ddc622bdcb84 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Thu, 3 Oct 2024 01:28:44 +0100 Subject: [PATCH 3/3] Update changelog !803 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26ff0ab..5fc39be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ TBD - Fix logic issue causing bedrock wizard's root files buttons to not respond to user click events ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/797)) - Reset crash detection counter after crash detection process detects successful start ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/798)) - Update new bedrock DL url and correctly bubble up exception on DL fail - Thanks @sarcastron ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/802)) +- Bump cryptography for GHSA-h4gh-qq45-vh27 ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/803)) ### Tweaks TBD ### Lang