From 3615317354919f44702b89f3fd44b465ceadd34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:29:33 +0000 Subject: [PATCH] build(deps): bump cryptography in /examples/japanese-easy-demo Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/japanese-easy-demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/japanese-easy-demo/requirements.txt b/examples/japanese-easy-demo/requirements.txt index b0db915c2..a3a4e81c2 100644 --- a/examples/japanese-easy-demo/requirements.txt +++ b/examples/japanese-easy-demo/requirements.txt @@ -19,7 +19,7 @@ charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "3.13" chromedriver-autoinstaller==0.6.4 ; python_version >= "3.12" and python_version < "3.13" click==8.1.7 ; python_version >= "3.12" and python_version < "3.13" colorama==0.4.6 ; python_version >= "3.12" and python_version < "3.13" and (platform_system == "Windows" or sys_platform == "win32") -cryptography==42.0.5 ; python_version >= "3.12" and python_version < "3.13" +cryptography==44.0.1 ; python_version >= "3.12" and python_version < "3.13" cssselect==1.2.0 ; python_version >= "3.12" and python_version < "3.13" dataclasses-json==0.6.4 ; python_version >= "3.12" and python_version < "3.13" decorator==5.1.1 ; python_version >= "3.12" and python_version < "3.13"