From 206f3815a58c6445cd819908c337830f5a29a658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 12:59:19 +0000 Subject: [PATCH] chore(deps): bump flask from 3.1.2 to 3.1.3 Bumps [flask](https://github.com/pallets/flask) from 3.1.2 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.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index c444c12..479a038 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ # API dependencies -Flask==3.1.2 +Flask==3.1.3 Werkzeug==3.1.5 requests==2.32.5 python-dotenv==1.1.1 diff --git a/pyproject.toml b/pyproject.toml index 9b9a9ce..5a1ddce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "spotify-github-profile" version = "1.0.0" requires-python = ">=3.12" dependencies = [ - "Flask==3.1.2", + "Flask==3.1.3", "Werkzeug==3.1.3", "requests==2.32.5", "python-dotenv==1.1.1",