Просмотр исходного кода

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)
Athanasios Oikonomou 4 месяцев назад
Родитель
Сommit
6a0300fdb7
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
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

+ 1 - 1
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",