Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Nov 20, 2024
1 parent 29782de commit cde6739
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion backend/app/controller/auth/auth_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ def refresh():
}
)

@auth.route("", methods=["DELETE"], defaults={'id': None})

@auth.route("", methods=["DELETE"], defaults={"id": None})
@auth.route("<int:id>", methods=["DELETE"])
@jwt_required()
def logout(id):
Expand Down
18 changes: 9 additions & 9 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohappyeyeballs==2.4.3
aiohttp==3.11.1
aiohttp==3.11.6
aiosignal==1.3.1
alembic==1.14.0
amqp==5.3.1
Expand All @@ -10,7 +10,7 @@ appdirs==1.4.4
APScheduler==3.10.4
attrs==24.2.0
autopep8==2.3.1
bcrypt==4.2.0
bcrypt==4.2.1
beautifulsoup4==4.12.3
bidict==0.23.1
billiard==4.2.1
Expand Down Expand Up @@ -38,7 +38,7 @@ Flask==3.1.0
Flask-APScheduler==1.13.1
Flask-BasicAuth==0.2.0
Flask-Bcrypt==1.0.1
Flask-JWT-Extended==4.6.0
Flask-JWT-Extended==4.7.0
Flask-Migrate==4.0.7
Flask-SocketIO==5.4.1
Flask-SQLAlchemy==3.1.1
Expand All @@ -54,7 +54,7 @@ h11==0.14.0
html5lib==1.1
html5lib-modern==1.2
html_text==0.6.2
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
huggingface-hub==0.26.2
idna==3.10
Expand All @@ -72,22 +72,22 @@ jstyleson==0.0.2
kiwisolver==1.4.7
kombu==5.4.2
lark==1.2.2
litellm==1.52.6
litellm==1.52.10
lxml==5.3.0
lxml_html_clean==0.4.0
lxml_html_clean==0.4.1
Mako==1.3.6
MarkupSafe==3.0.2
marshmallow==3.23.1
matplotlib==3.9.2
mccabe==0.7.0
mf2py==2.0.1
mlxtend==0.23.2
mlxtend==0.23.3
multidict==6.1.0
mypy-extensions==1.0.0
nltk==3.9.1
numpy==2.1.3
oic==1.7.0
openai==1.54.4
openai==1.54.5
packaging==24.2
pandas==2.2.3
pathspec==0.12.1
Expand Down Expand Up @@ -162,7 +162,7 @@ wcwidth==0.2.13
webencodings==0.5.1
Werkzeug==3.1.3
wsproto==1.2.0
yarl==1.17.1
yarl==1.17.2
zipp==3.21.0
zope.event==5.0
zope.interface==7.1.1
12 changes: 6 additions & 6 deletions kitchenowl/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ packages:
dependency: transitive
description:
name: charcode
sha256: fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306
sha256: fb0f1107cac15a5ea6ef0a6ef71a807b9e4267c713bb93e00e92d737cc8dbd8a
url: "https://pub.dev"
source: hosted
version: "1.3.1"
version: "1.4.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -388,10 +388,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: ee5c9bd2b74ea8676442fd4ab876b5d41681df49276488854d6c81a5377c0ef1
sha256: "1152ab0067ca5a2ebeb862fe0a762057202cceb22b7e62692dcbabf6483891bb"
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -1029,10 +1029,10 @@ packages:
dependency: "direct main"
description:
name: socket_io_client
sha256: "98d4ad59316c359cf0a80380b068c53cd50fa425c73da12a672543715fe36f9c"
sha256: "180fdbc7685e32a849511bbf8b1c7bcc46ab0ff116f7024aa204b425bb3a1ffe"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.0.2"
socket_io_common:
dependency: transitive
description:
Expand Down

0 comments on commit cde6739

Please sign in to comment.