From 864f49ceda017fbfc357b8007837d9e73302721f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:28:40 +0200 Subject: [PATCH] feat: bump cryptography to 41.0.2 (security update) (#1608) --- .metwork-framework/components.md | 2 +- .../layer2_python3/0500_extra_python_packages/requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 5ea1d0b8..083df9be 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -38,7 +38,7 @@ | [cookiecutter](https://github.com/metwork-framework/cookiecutter) | 6d12c5b | python3 | | [coverage](https://github.com/nedbat/coveragepy) | 6.5.0 | python3_devtools | | [cron-wrapper](https://github.com/metwork-framework/cron-wrapper) | 0.1.2 | python3 | -| [cryptography](https://pypi.org/project/cryptography) | 41.0.1 | python3 | +| [cryptography](https://pypi.org/project/cryptography) | 41.0.2 | python3 | | [decorator](https://github.com/micheles/decorator) | 5.1.1 | python3 | | [deploycron](https://github.com/metwork-framework/deploycron) | 8d31e6d | python3 | | [Deprecated](https://github.com/tantale/deprecated) | 1.2.13 | python3 | diff --git a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt index ecd347b8..d71fbdf7 100644 --- a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt +++ b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt @@ -20,7 +20,7 @@ commonmark==0.9.1 -e git+https://github.com/metwork-framework/cookiecutter.git@6d12c5bc04390cb019d9d01b47cb3d50e6276a9d#egg=cookiecutter -e git+https://github.com/metwork-framework/cookiecutter_hooks.git@c9124c2b54c1c05cd83eb3d3454cc4214485c45d#egg=cookiecutter_hooks cron-wrapper==0.1.2 -cryptography==41.0.1 +cryptography==41.0.2 decorator==5.1.1 -e git+https://github.com/metwork-framework/deploycron.git@8d31e6d3f5be2d13018b523c9ebd94b4e0b27061#egg=deploycron Deprecated==1.2.13