Browse Source

Merge pull request #10420 from open-webui/dependabot/pip/pip-e8a89e233e

build(deps): bump the pip group across 2 directories with 1 update
Timothy Jaeryang Baek 2 months ago
parent
commit
624f2ebcff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

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

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