Skip to content

Commit e1df7d1

Browse files
committed
chore: upgrade dependencies
1 parent e14cc8e commit e1df7d1

File tree

2 files changed

+90
-89
lines changed

2 files changed

+90
-89
lines changed

backend/requirements.txt

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aiohappyeyeballs==2.3.4
2-
aiohttp==3.10.0
1+
aiohappyeyeballs==2.3.5
2+
aiohttp==3.10.3
33
aiosignal==1.3.1
44
alembic==1.13.2
55
amqp==5.2.0
@@ -8,32 +8,32 @@ anyio==4.4.0
88
apispec==6.6.1
99
appdirs==1.4.4
1010
APScheduler==3.10.4
11-
attrs==23.2.0
11+
attrs==24.2.0
1212
autopep8==2.3.1
13-
bcrypt==4.1.3
13+
bcrypt==4.2.0
1414
beautifulsoup4==4.12.3
1515
bidict==0.23.1
1616
billiard==4.2.0
17-
black==24.4.2
17+
black==24.8.0
1818
blinker==1.8.2
1919
blurhash-python==1.2.2
2020
celery==5.4.0
2121
certifi==2024.7.4
22-
cffi==1.16.0
22+
cffi==1.17.0
2323
charset-normalizer==3.3.2
2424
click==8.1.7
2525
click-didyoumean==0.3.1
2626
click-plugins==1.1.1
2727
click-repl==0.3.0
2828
contourpy==1.2.1
29-
cryptography==42.0.8
29+
cryptography==43.0.0
3030
cycler==0.12.1
3131
dbscan1d==0.2.2
3232
defusedxml==0.7.1
3333
distro==1.9.0
3434
extruct==0.17.0
3535
filelock==3.15.4
36-
flake8==7.1.0
36+
flake8==7.1.1
3737
Flask==3.0.3
3838
Flask-APScheduler==1.13.1
3939
Flask-BasicAuth==0.2.0
@@ -58,34 +58,35 @@ httpx==0.27.0
5858
huggingface-hub==0.24.5
5959
idna==3.7
6060
importlib_metadata==8.2.0
61-
ingredient_parser_nlp==1.0.0
61+
ingredient_parser_nlp==1.0.1
6262
iniconfig==2.0.0
6363
isodate==0.6.1
6464
itsdangerous==2.2.0
6565
Jinja2==3.1.4
66+
jiter==0.5.0
6667
joblib==1.4.2
6768
jsonschema==4.23.0
6869
jsonschema-specifications==2023.12.1
6970
jstyleson==0.0.2
7071
kiwisolver==1.4.5
71-
kombu==5.3.7
72-
lark==1.1.9
73-
litellm==1.42.7
74-
lxml==5.2.2
75-
lxml_html_clean==0.1.1
72+
kombu==5.4.0
73+
lark==1.2.2
74+
litellm==1.43.10
75+
lxml==5.3.0
76+
lxml_html_clean==0.2.0
7677
Mako==1.3.5
7778
MarkupSafe==2.1.5
7879
marshmallow==3.21.3
79-
matplotlib==3.9.1
80+
matplotlib==3.9.2
8081
mccabe==0.7.0
8182
mf2py==2.0.1
8283
mlxtend==0.23.1
8384
multidict==6.0.5
8485
mypy-extensions==1.0.0
85-
nltk==3.8.1
86-
numpy==2.0.0
86+
nltk==3.8.2
87+
numpy==2.0.1
8788
oic==1.7.0
88-
openai==1.37.1
89+
openai==1.40.6
8990
packaging==24.1
9091
pandas==2.2.2
9192
pathspec==0.12.1
@@ -99,17 +100,17 @@ prometheus_flask_exporter==0.23.1
99100
prompt_toolkit==3.0.47
100101
psycopg2-binary==2.9.9
101102
py==1.11.0
102-
pycodestyle==2.12.0
103+
pycodestyle==2.12.1
103104
pycparser==2.22
104105
pycryptodomex==3.20.0
105106
pydantic==2.8.2
106-
pydantic-settings==2.3.4
107+
pydantic-settings==2.4.0
107108
pyflakes==3.2.0
108109
pyjwkest==1.4.2
109-
PyJWT==2.8.0
110+
PyJWT==2.9.0
110111
pyparsing==3.1.2
111-
pyRdfa3==3.6.2
112-
pytest==8.2.2
112+
pyRdfa3==3.6.4
113+
pytest==8.3.2
113114
python-crfsuite==0.9.10
114115
python-dateutil==2.9.0.post0
115116
python-dotenv==1.0.1
@@ -118,36 +119,36 @@ python-engineio==4.9.1
118119
python-socketio==5.11.3
119120
pytz==2024.1
120121
pytz-deprecation-shim==0.1.0.post0
121-
PyYAML==6.0.1
122+
PyYAML==6.0.2
122123
rdflib==7.0.0
123124
rdflib-jsonld==0.6.2
124-
recipe_scrapers==14.58.0
125+
recipe_scrapers==15.0.0
125126
referencing==0.35.1
126-
regex==2024.5.15
127+
regex==2024.7.24
127128
requests==2.32.3
128-
rpds-py==0.19.1
129+
rpds-py==0.20.0
129130
scikit-learn==1.5.1
130131
scipy==1.14.0
131-
setuptools==71.0.3
132+
setuptools==72.2.0
132133
setuptools-scm==8.1.0
133134
simple-websocket==1.0.0
134135
six==1.16.0
135136
sniffio==1.3.1
136-
soupsieve==2.5
137-
SQLAlchemy==2.0.31
137+
soupsieve==2.6
138+
SQLAlchemy==2.0.32
138139
sqlite-icu==1.0
139140
threadpoolctl==3.5.0
140141
tiktoken==0.7.0
141-
tokenizers==0.19.1
142+
tokenizers==0.20.0
142143
toml==0.10.2
143144
tomli==2.0.1
144-
tqdm==4.66.4
145+
tqdm==4.66.5
145146
typed_ast==1.5.5
146147
types-beautifulsoup4==4.12.0.20240511
147-
types-html5lib==1.1.11.20240228
148+
types-html5lib==1.1.11.20240806
148149
types-requests==2.32.0.20240712
149150
types-urllib3==1.26.25.14
150-
typing_extensions==4.11.0
151+
typing_extensions==4.12.2
151152
tzdata==2024.1
152153
tzlocal==5.2
153154
urllib3==2.2.2
@@ -160,6 +161,6 @@ webencodings==0.5.1
160161
Werkzeug==3.0.3
161162
wsproto==1.2.0
162163
yarl==1.9.4
163-
zipp==3.19.2
164+
zipp==3.20.0
164165
zope.event==5.0
165-
zope.interface==6.4.post2
166+
zope.interface==7.0.1

0 commit comments

Comments
 (0)