Skip to content

Commit b1ab033

Browse files
committed
Merge branch 'main' into feat/camoufox
2 parents f77eb0f + 8451ddf commit b1ab033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projects/ecoindex_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"aiofile>=3.8.8",
1111
"alembic>=1.12.1",
1212
"rq>=2.1.0",
13-
"cryptography>=44.0.2",
13+
"cryptography>=48.0.1",
1414
"fastapi>=0.109.1",
1515
"camoufox>=0.4.11",
1616
"pydantic[email]>=2.1.1,<=2.4.2",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.13"
77
authors = [{ name = "Vincent Vatelot", email = "vincent.vatelot@ik.me" }]
88
dependencies = [
99
"aiofile>=3.8.8",
10-
"cryptography>=44.0.2",
10+
"cryptography>=48.0.1",
1111
"haralyzer>=2.4.0",
1212
"loguru>=0.7.2",
1313
"pydantic>=2.4.2",

0 commit comments

Comments
 (0)