Skip to content

Commit 39ff4dc

Browse files
committed
chore: upgrade dependencies
1 parent f85713b commit 39ff4dc

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
lines changed

backend/requirements.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
aiohappyeyeballs==2.4.3
2-
aiohttp==3.10.10
2+
aiohttp==3.11.1
33
aiosignal==1.3.1
44
alembic==1.14.0
5-
amqp==5.2.0
5+
amqp==5.3.1
66
annotated-types==0.7.0
77
anyio==4.6.2.post1
88
apispec==6.7.1
@@ -15,7 +15,7 @@ beautifulsoup4==4.12.3
1515
bidict==0.23.1
1616
billiard==4.2.1
1717
black==24.10.0
18-
blinker==1.8.2
18+
blinker==1.9.0
1919
blurhash-python==1.2.2
2020
celery==5.4.0
2121
certifi==2024.8.30
@@ -25,16 +25,16 @@ click==8.1.7
2525
click-didyoumean==0.3.1
2626
click-plugins==1.1.1
2727
click-repl==0.3.0
28-
contourpy==1.3.0
28+
contourpy==1.3.1
2929
cryptography==43.0.3
3030
cycler==0.12.1
3131
dbscan1d==0.2.3
3232
defusedxml==0.7.1
3333
distro==1.9.0
34-
extruct==0.17.0
34+
extruct==0.18.0
3535
filelock==3.16.1
3636
flake8==7.1.1
37-
Flask==3.0.3
37+
Flask==3.1.0
3838
Flask-APScheduler==1.13.1
3939
Flask-BasicAuth==0.2.0
4040
Flask-Bcrypt==1.0.1
@@ -43,12 +43,12 @@ Flask-Migrate==4.0.7
4343
Flask-SocketIO==5.4.1
4444
Flask-SQLAlchemy==3.1.1
4545
flexcache==0.3
46-
flexparser==0.3.1
47-
fonttools==4.54.1
46+
flexparser==0.4
47+
fonttools==4.55.0
4848
frozenlist==1.5.0
4949
fsspec==2024.10.0
5050
future==1.0.0
51-
gevent==24.10.3
51+
gevent==24.11.1
5252
greenlet==3.1.1
5353
h11==0.14.0
5454
html5lib==1.1
@@ -59,22 +59,22 @@ httpx==0.27.2
5959
huggingface-hub==0.26.2
6060
idna==3.10
6161
importlib_metadata==8.5.0
62-
ingredient_parser_nlp==1.2.0
62+
ingredient_parser_nlp==1.3.0
6363
iniconfig==2.0.0
6464
isodate==0.7.2
6565
itsdangerous==2.2.0
6666
Jinja2==3.1.4
67-
jiter==0.7.0
67+
jiter==0.7.1
6868
joblib==1.4.2
6969
jsonschema==4.23.0
7070
jsonschema-specifications==2024.10.1
7171
jstyleson==0.0.2
7272
kiwisolver==1.4.7
7373
kombu==5.4.2
7474
lark==1.2.2
75-
litellm==1.51.3
75+
litellm==1.52.6
7676
lxml==5.3.0
77-
lxml_html_clean==0.3.1
77+
lxml_html_clean==0.4.0
7878
Mako==1.3.6
7979
MarkupSafe==3.0.2
8080
marshmallow==3.23.1
@@ -87,12 +87,12 @@ mypy-extensions==1.0.0
8787
nltk==3.9.1
8888
numpy==2.1.3
8989
oic==1.7.0
90-
openai==1.54.0
91-
packaging==24.1
90+
openai==1.54.4
91+
packaging==24.2
9292
pandas==2.2.3
9393
pathspec==0.12.1
9494
pillow==11.0.0
95-
Pint==0.24.3
95+
Pint==0.24.4
9696
pip-upgrade-tool==0.7.4
9797
platformdirs==4.3.6
9898
pluggy==1.5.0
@@ -126,12 +126,12 @@ rdflib==7.1.1
126126
rdflib-jsonld==0.6.2
127127
recipe_scrapers==15.2.1
128128
referencing==0.35.1
129-
regex==2024.9.11
129+
regex==2024.11.6
130130
requests==2.32.3
131-
rpds-py==0.20.1
131+
rpds-py==0.21.0
132132
scikit-learn==1.5.2
133133
scipy==1.14.1
134-
setuptools==75.3.0
134+
setuptools==75.5.0
135135
setuptools-scm==8.1.0
136136
simple-websocket==1.1.0
137137
six==1.16.0
@@ -141,10 +141,10 @@ SQLAlchemy==2.0.36
141141
sqlite-icu==1.0
142142
threadpoolctl==3.5.0
143143
tiktoken==0.8.0
144-
tokenizers==0.20.2
144+
tokenizers==0.20.3
145145
toml==0.10.2
146-
tomli==2.0.2
147-
tqdm==4.66.6
146+
tomli==2.1.0
147+
tqdm==4.67.0
148148
typed_ast==1.5.5
149149
types-beautifulsoup4==4.12.0.20241020
150150
types-html5lib==1.1.11.20241018
@@ -160,9 +160,9 @@ vine==5.1.0
160160
w3lib==2.2.1
161161
wcwidth==0.2.13
162162
webencodings==0.5.1
163-
Werkzeug==3.1.2
163+
Werkzeug==3.1.3
164164
wsproto==1.2.0
165165
yarl==1.17.1
166-
zipp==3.20.2
166+
zipp==3.21.0
167167
zope.event==5.0
168168
zope.interface==7.1.1

kitchenowl/pubspec.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ packages:
157157
dependency: "direct main"
158158
description:
159159
name: device_info_plus
160-
sha256: c4af09051b4f0508f6c1dc0a5c085bf014d5c9a4a0678ce1799c2b4d716387a0
160+
sha256: f545ffbadee826f26f2e1a0f0cbd667ae9a6011cc0f77c0f8f00a969655e6e95
161161
url: "https://pub.dev"
162162
source: hosted
163-
version: "11.1.0"
163+
version: "11.1.1"
164164
device_info_plus_platform_interface:
165165
dependency: transitive
166166
description:
@@ -221,18 +221,18 @@ packages:
221221
dependency: "direct main"
222222
description:
223223
name: file_picker
224-
sha256: aac85f20436608e01a6ffd1fdd4e746a7f33c93a2c83752e626bdfaea139b877
224+
sha256: "16dc141db5a2ccc6520ebb6a2eb5945b1b09e95085c021d9f914f8ded7f1465c"
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "8.1.3"
227+
version: "8.1.4"
228228
file_selector_linux:
229229
dependency: transitive
230230
description:
231231
name: file_selector_linux
232-
sha256: "712ce7fab537ba532c8febdb1a8f167b32441e74acd68c3ccb2e36dcb52c4ab2"
232+
sha256: b2b91daf8a68ecfa4a01b778a6f52edef9b14ecd506e771488ea0f2e0784198b
233233
url: "https://pub.dev"
234234
source: hosted
235-
version: "0.9.3"
235+
version: "0.9.3+1"
236236
file_selector_macos:
237237
dependency: transitive
238238
description:
@@ -452,10 +452,10 @@ packages:
452452
dependency: "direct main"
453453
description:
454454
name: flutter_svg
455-
sha256: "2ca230f2ef6e31151769f4a03ec806b94f0554ff02ea1a40bb0d531ac150f035"
455+
sha256: "578bd8c508144fdaffd4f77b8ef2d8c523602275cd697cc3db284dbd762ef4ce"
456456
url: "https://pub.dev"
457457
source: hosted
458-
version: "2.0.12"
458+
version: "2.0.14"
459459
flutter_test:
460460
dependency: "direct dev"
461461
description: flutter
@@ -483,10 +483,10 @@ packages:
483483
dependency: "direct main"
484484
description:
485485
name: go_router
486-
sha256: ce89c5a993ca5eea74535f798478502c30a625ecb10a1de4d7fef5cd1bcac2a4
486+
sha256: "8ae664a70174163b9f65ea68dd8673e29db8f9095de7b5cd00e167c621f4fef5"
487487
url: "https://pub.dev"
488488
source: hosted
489-
version: "14.4.1"
489+
version: "14.6.0"
490490
html:
491491
dependency: transitive
492492
description:
@@ -712,10 +712,10 @@ packages:
712712
dependency: "direct main"
713713
description:
714714
name: package_info_plus
715-
sha256: df3eb3e0aed5c1107bb0fdb80a8e82e778114958b1c5ac5644fb1ac9cae8a998
715+
sha256: da8d9ac8c4b1df253d1a328b7bf01ae77ef132833479ab40763334db13b91cce
716716
url: "https://pub.dev"
717717
source: hosted
718-
version: "8.1.0"
718+
version: "8.1.1"
719719
package_info_plus_platform_interface:
720720
dependency: transitive
721721
description:
@@ -880,10 +880,10 @@ packages:
880880
dependency: "direct main"
881881
description:
882882
name: share_handler
883-
sha256: "6ea0692e1f9c1ab56482e1b58e9375f4bfeb18e9cd3a66f7ce9e63098d61348b"
883+
sha256: "76575533be04df3fecbebd3c5b5325a8271b5973131f8b8b0ab8490c395a5d37"
884884
url: "https://pub.dev"
885885
source: hosted
886-
version: "0.0.21"
886+
version: "0.0.22"
887887
share_handler_android:
888888
dependency: transitive
889889
description:
@@ -896,10 +896,10 @@ packages:
896896
dependency: transitive
897897
description:
898898
name: share_handler_ios
899-
sha256: b84d0a0b7c6cc03ba5063a89986a23be15b23dc1dde74a15307aafa5d0390ffa
899+
sha256: cdc21f88f336a944157a8e9ceb191525cee3b082d6eb6c2082488e4f09dc3ece
900900
url: "https://pub.dev"
901901
source: hosted
902-
version: "0.0.14"
902+
version: "0.0.15"
903903
share_handler_platform_interface:
904904
dependency: transitive
905905
description:
@@ -912,10 +912,10 @@ packages:
912912
dependency: "direct main"
913913
description:
914914
name: share_plus
915-
sha256: "3af2cda1752e5c24f2fc04b6083b40f013ffe84fb90472f30c6499a9213d5442"
915+
sha256: "9c9bafd4060728d7cdb2464c341743adbd79d327cb067ec7afb64583540b47c8"
916916
url: "https://pub.dev"
917917
source: hosted
918-
version: "10.1.1"
918+
version: "10.1.2"
919919
share_plus_platform_interface:
920920
dependency: transitive
921921
description:
@@ -928,10 +928,10 @@ packages:
928928
dependency: "direct main"
929929
description:
930930
name: shared_preferences
931-
sha256: "746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051"
931+
sha256: "95f9997ca1fb9799d494d0cb2a780fd7be075818d59f00c43832ed112b158a82"
932932
url: "https://pub.dev"
933933
source: hosted
934-
version: "2.3.2"
934+
version: "2.3.3"
935935
shared_preferences_android:
936936
dependency: transitive
937937
description:
@@ -1061,10 +1061,10 @@ packages:
10611061
dependency: transitive
10621062
description:
10631063
name: sqflite
1064-
sha256: "79a297dc3cc137e758c6a4baf83342b039e5a6d2436fcdf3f96a00adaaf2ad62"
1064+
sha256: "2d7299468485dca85efeeadf5d38986909c5eb0cd71fd3db2c2f000e6c9454bb"
10651065
url: "https://pub.dev"
10661066
source: hosted
1067-
version: "2.4.0"
1067+
version: "2.4.1"
10681068
sqflite_android:
10691069
dependency: transitive
10701070
description:
@@ -1085,10 +1085,10 @@ packages:
10851085
dependency: transitive
10861086
description:
10871087
name: sqflite_darwin
1088-
sha256: "769733dddf94622d5541c73e4ddc6aa7b252d865285914b6fcd54a63c4b4f027"
1088+
sha256: "96a698e2bc82bd770a4d6aab00b42396a7c63d9e33513a56945cbccb594c2474"
10891089
url: "https://pub.dev"
10901090
source: hosted
1091-
version: "2.4.1-1"
1091+
version: "2.4.1"
10921092
sqflite_platform_interface:
10931093
dependency: transitive
10941094
description:
@@ -1221,10 +1221,10 @@ packages:
12211221
dependency: transitive
12221222
description:
12231223
name: url_launcher_linux
1224-
sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af
1224+
sha256: "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935"
12251225
url: "https://pub.dev"
12261226
source: hosted
1227-
version: "3.2.0"
1227+
version: "3.2.1"
12281228
url_launcher_macos:
12291229
dependency: transitive
12301230
description:
@@ -1269,10 +1269,10 @@ packages:
12691269
dependency: transitive
12701270
description:
12711271
name: vector_graphics
1272-
sha256: "0b9149c6ddb013818075b072b9ddc1b89a5122fff1275d4648d297086b46c4f0"
1272+
sha256: "773c9522d66d523e1c7b25dfb95cc91c26a1e17b107039cfe147285e92de7878"
12731273
url: "https://pub.dev"
12741274
source: hosted
1275-
version: "1.1.12"
1275+
version: "1.1.14"
12761276
vector_graphics_codec:
12771277
dependency: transitive
12781278
description:
@@ -1285,10 +1285,10 @@ packages:
12851285
dependency: transitive
12861286
description:
12871287
name: vector_graphics_compiler
1288-
sha256: f3b9b6e4591c11394d4be4806c63e72d3a41778547b2c1e2a8a04fadcfd7d173
1288+
sha256: ab9ff38fc771e9ee1139320adbe3d18a60327370c218c60752068ebee4b49ab1
12891289
url: "https://pub.dev"
12901290
source: hosted
1291-
version: "1.1.12"
1291+
version: "1.1.15"
12921292
vector_math:
12931293
dependency: transitive
12941294
description:

0 commit comments

Comments
 (0)