Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Dec 19, 2024
1 parent bd9b884 commit 7c7ac37
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohappyeyeballs==2.4.4
aiohttp==3.11.10
aiohttp==3.11.11
aiosignal==1.3.2
alembic==1.14.0
amqp==5.3.1
Expand Down Expand Up @@ -41,7 +41,7 @@ Flask-BasicAuth==0.2.0
Flask-Bcrypt==1.0.1
Flask-JWT-Extended==4.7.1
Flask-Migrate==4.0.7
Flask-SocketIO==5.4.1
Flask-SocketIO==5.5.0
Flask-SQLAlchemy==3.1.1
flexcache==0.3
flexparser==0.4
Expand Down Expand Up @@ -73,12 +73,12 @@ jstyleson==0.0.2
kiwisolver==1.4.7
kombu==5.4.2
lark==1.2.2
litellm==1.55.3
litellm==1.55.6
lxml==5.3.0
lxml_html_clean==0.4.1
Mako==1.3.8
MarkupSafe==3.0.2
marshmallow==3.23.1
marshmallow==3.23.2
matplotlib==3.10.0
mccabe==0.7.0
mf2py==2.0.1
Expand All @@ -88,7 +88,7 @@ mypy-extensions==1.0.0
nltk==3.9.1
numpy==2.2.0
oic==1.7.0
openai==1.57.4
openai==1.58.1
packaging==24.2
pandas==2.2.3
pathspec==0.12.1
Expand All @@ -106,7 +106,7 @@ py==1.11.0
pycodestyle==2.12.1
pycparser==2.22
pycryptodomex==3.21.0
pydantic==2.10.3
pydantic==2.10.4
pydantic-settings==2.7.0
pyflakes==3.2.0
pyjwkest==1.4.2
Expand All @@ -119,8 +119,8 @@ python-crfsuite==0.9.11
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-editor==1.0.4
python-engineio==4.10.1
python-socketio==5.11.4
python-engineio==4.11.1
python-socketio==5.12.0
pytz==2024.2
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0.2
Expand Down
2 changes: 1 addition & 1 deletion flutter
14 changes: 7 additions & 7 deletions kitchenowl/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,10 @@ packages:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
sha256: "9b78450b89f059e96c9ebb355fa6b3df1d6b330436e0b885fb49594c41721398"
sha256: "615a505aef59b151b46bbeef55b36ce2b6ed299d160c51d84281946f0aa0ce0e"
url: "https://pub.dev"
source: hosted
version: "2.0.23"
version: "2.0.24"
flutter_secure_storage:
dependency: "direct main"
description:
Expand Down Expand Up @@ -523,10 +523,10 @@ packages:
dependency: transitive
description:
name: image
sha256: "20842a5ad1555be624c314b0c0cc0566e8ece412f61e859a42efeb6d4101a26c"
sha256: b50b415345578583de0f1cf4c7bd389f164de0b316d890c707b41133047dbc2a
url: "https://pub.dev"
source: hosted
version: "4.5.0"
version: "4.5.1"
image_picker:
dependency: "direct main"
description:
Expand Down Expand Up @@ -936,10 +936,10 @@ packages:
dependency: "direct main"
description:
name: shared_preferences
sha256: "95f9997ca1fb9799d494d0cb2a780fd7be075818d59f00c43832ed112b158a82"
sha256: "3c7e73920c694a436afaf65ab60ce3453d91f84208d761fbd83fc21182134d93"
url: "https://pub.dev"
source: hosted
version: "2.3.3"
version: "2.3.4"
shared_preferences_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1371,4 +1371,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.24.0"
flutter: ">=3.27.1"
2 changes: 1 addition & 1 deletion kitchenowl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 0.6.4+102

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.27.0"
flutter: ">=3.27.1"

dependencies:
flutter:
Expand Down

0 comments on commit 7c7ac37

Please sign in to comment.