Skip to content

Commit 1251456

Browse files
committed
Minor bump of backend deps
1 parent fa908bb commit 1251456

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

backend/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ dependencies = [
99
"gunicorn==25.1.0",
1010
"jinja2==3.1.6",
1111
"nltk==3.9.3",
12-
"price-parser==0.5.0",
12+
"price-parser==0.5.1",
1313
"requests==2.32.5",
1414
"scrapy==2.14.2",
1515
"twisted==25.5.0",
1616
"azure-cosmos==4.15.0",
1717
"azure-identity==1.25.3",
1818
"azure-storage-blob==12.28.0",
1919
"defusedxml==0.7.1",
20-
"google-genai==1.67.0",
20+
"google-genai==1.68.0",
2121
"python-dotenv==1.2.2",
2222
]
2323

@@ -27,11 +27,11 @@ dev = [
2727
"pytest==9.0.2",
2828
"pytest-cov==7.0.0",
2929
"assertpy==1.1",
30-
"testcontainers[cosmosdb]==4.14.1",
30+
"testcontainers[cosmosdb]==4.14.2",
3131
]
3232
lint = [
33-
"ruff==0.15.6",
34-
"mypy==1.19.1",
33+
"ruff>=0.15.7",
34+
"mypy>=1.19.1",
3535
"types-requests==2.32.4.20260107",
3636
"types-defusedxml==0.7.0.20250822",
3737
"types-flask-cors==6.0.0.20250809",

backend/uv.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)