From 04ad1a249f8e053cf8f066b68ba8e6c340170207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:59:51 +0000 Subject: [PATCH] deps(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /app directory: [cryptography](https://github.com/pyca/cryptography) and [pyjwt](https://github.com/jpadilla/pyjwt). Updates `cryptography` from 48.0.0 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1) Updates `pyjwt` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.1...2.13.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index dce6333..81f4273 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,10 +6,10 @@ Flask-Mail==0.10.0 Flask-Migrate==4.1.0 PyMySQL==1.1.1 gunicorn -cryptography==48.0.0 +cryptography==48.0.1 geoip2>=5.2.0 psutil==5.9.6 python-dotenv==1.2.2 -PyJWT==2.12.1 +PyJWT==2.13.0 hvac>=2.4.0 prometheus_client>=0.16.0