From 789f699a68e20563d7ffb2c77e440b78601ea287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:46:52 +0000 Subject: [PATCH] build(deps): bump pycryptodome in /samples/start-app/python-fastapi Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.17 to 3.19.1. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.17.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome 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..7d641b6 100644 --- a/samples/start-app/python-fastapi/requirements.txt +++ b/samples/start-app/python-fastapi/requirements.txt @@ -6,4 +6,4 @@ python-dotenv>=0.21.1,<=0.22.0 sqlalchemy>=2.0.0,<=2.0.1 pyjwt==2.6.0 cryptography==41.0.4 -pycryptodome==3.17 \ No newline at end of file +pycryptodome==3.19.1 \ No newline at end of file