From b31b4c70fa9a9b6521c32b945fb97ad320256d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 08:23:13 +0000 Subject: [PATCH] build(deps): bump cryptography in /packages/p4pi-web Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/p4pi-web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/p4pi-web/requirements.txt b/packages/p4pi-web/requirements.txt index 61fd176..608ddcb 100644 --- a/packages/p4pi-web/requirements.txt +++ b/packages/p4pi-web/requirements.txt @@ -7,7 +7,7 @@ channels==3.0.4; python_version >= "3.6" click==8.0.1; python_version >= "3.6" colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0" constantly==15.1.0; python_full_version >= "3.6.7" and python_version >= "3.6" -cryptography==39.0.1; python_full_version >= "3.6.7" and python_version >= "3.7" +cryptography==42.0.4; python_full_version >= "3.6.7" and python_version >= "3.7" daphne==3.0.2; python_version >= "3.6" django-crispy-forms==1.12.0; python_version >= "3.6" django-environ==0.4.5