Skip to content

Commit

Permalink
⬆️(dependencies) update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 7ad9015 commit a49db56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.35.90",
"boto3==1.35.96",
"Brotli==1.1.0",
"brevo-python==1.1.2",
"celery[redis]==5.4.0",
Expand Down Expand Up @@ -83,7 +83,7 @@ dev = [
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.8.4",
"ruff==0.9.0",
"types-requests==2.32.0.20241016",
]

Expand Down
8 changes: 4 additions & 4 deletions src/summary/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ dependencies = [
"pydantic-settings>=2.1.0",
"celery==5.4.0",
"redis==5.2.1",
"minio==7.2.13",
"openai==1.58.1",
"minio==7.2.14",
"openai==1.59.6",
"requests==2.32.3",
"sentry-sdk[fastapi, celery]==2.19.0",
"sentry-sdk[fastapi, celery]==2.19.2",
]

[project.optional-dependencies]
dev = [
"ruff==0.8.4",
"ruff==0.9.0",
]

[build-system]
Expand Down

0 comments on commit a49db56

Please sign in to comment.