From d1948a60489df073232962fb97923a7fa46d9790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:33:35 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /backend directory: [flask](https://github.com/pallets/flask), [flask-cors](https://github.com/corydolphin/flask-cors) and [authlib](https://github.com/authlib/authlib). Updates `flask` from 3.1.0 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.1.0...3.1.3) Updates `flask-cors` from 4.0.1 to 6.0.0 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...6.0.0) Updates `authlib` from 1.3.2 to 1.6.11 - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/v1.6.11/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.3.2...v1.6.11) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: authlib dependency-version: 1.6.11 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 6 +++--- backend/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7b1a761..857bb2f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -3,14 +3,14 @@ name = "snipsel-backend" version = "0.0.0" requires-python = ">=3.9" dependencies = [ - "Flask>=3.1.0", - "Flask-Cors>=4.0.1", + "Flask>=3.1.3", + "Flask-Cors>=6.0.0", "Flask-Migrate>=4.0.7", "Flask-SQLAlchemy>=3.1.1", "python-dotenv>=1.0.1", "SQLAlchemy>=2.0.16", "python-dateutil>=2.9.0", - "Authlib>=1.3.2", + "Authlib>=1.6.11", "requests>=2.32.3", "Flask-Caching>=2.3.0", ] diff --git a/backend/requirements.txt b/backend/requirements.txt index fa56c2a..95ee350 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -Flask==3.1.0 +Flask==3.1.3 Flask-SQLAlchemy==3.1.1 Flask-Migrate==4.0.7 -Flask-Cors==4.0.1 +Flask-Cors==6.0.0 python-dotenv==1.0.1 Pillow==11.1.0 pillow-heif==0.21.0 @@ -10,6 +10,6 @@ pywebpush==2.3.0 pyotp==2.9.0 qrcode==7.4.2 webauthn==2.2.0 -Authlib==1.3.2 +Authlib==1.6.11 requests==2.32.3 Flask-Caching==2.3.0