From 6a0300fdb71eaacf48b75372c7ee688146334727 Mon Sep 17 00:00:00 2001 From: Athanasios Oikonomou Date: Sun, 19 Oct 2025 12:38:55 +0300 Subject: [PATCH] build(deps): bump python-jose from 1.4.0 to 1.5.0 Upgraded `python-jose` from **1.4.0** to **1.5.0** to ensure compatibility with newer Python versions and apply security improvements. - Adds explicit support for Python 3.12 and 3.13. - Improves cryptographic backend handling. - Includes bug fixes and security enhancements (e.g., removes sensitive data from exceptions). - [python-jose 1.5.0 Release Notes](https://github.com/mpdavis/python-jose/releases) --- 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 8876f5d8ac..5248c42e55 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ python-multipart==0.0.20 itsdangerous==2.2.0 python-socketio==5.13.0 -python-jose==3.4.0 +python-jose==3.5.0 cryptography bcrypt==5.0.0 argon2-cffi==25.1.0 diff --git a/pyproject.toml b/pyproject.toml index cd5a08fba2..8b9e3b5b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "itsdangerous==2.2.0", "python-socketio==5.13.0", - "python-jose==3.4.0", + "python-jose==3.5.0", "cryptography", "bcrypt==5.0.0", "argon2-cffi==25.1.0",