From 6d869536780d9d4dd80ada4c76606388ebbfae8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:11:11 +0000 Subject: [PATCH] build(deps): bump cryptography in /samples/start-app/python-fastapi Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/start-app/python-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/start-app/python-fastapi/requirements.txt b/samples/start-app/python-fastapi/requirements.txt index dd0452c..95fea13 100644 --- a/samples/start-app/python-fastapi/requirements.txt +++ b/samples/start-app/python-fastapi/requirements.txt @@ -5,5 +5,5 @@ requests>=2.28.0,<=2.29.0 python-dotenv>=0.21.1,<=0.22.0 sqlalchemy>=2.0.0,<=2.0.1 pyjwt==2.6.0 -cryptography==41.0.4 +cryptography==41.0.6 pycryptodome==3.17 \ No newline at end of file