From eb218f6674179acf02218891e608d58af6008290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:02:35 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the / directory: [python-jose](https://github.com/mpdavis/python-jose). Bumps the pip group with 1 update in the /backend directory: [python-jose](https://github.com/mpdavis/python-jose). Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) --- updated-dependencies: - dependency-name: python-jose dependency-type: direct:production dependency-group: pip - dependency-name: python-jose dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e4c594e58..965741f78 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ pydantic==2.10.6 python-multipart==0.0.18 python-socketio==5.11.3 -python-jose==3.3.0 +python-jose==3.4.0 passlib[bcrypt]==1.7.4 requests==2.32.3 diff --git a/pyproject.toml b/pyproject.toml index d1175e605..5cd54da64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "python-multipart==0.0.18", "python-socketio==5.11.3", - "python-jose==3.3.0", + "python-jose==3.4.0", "passlib[bcrypt]==1.7.4", "requests==2.32.3",