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 13, 2025
1 parent fe9fe4d commit a023df1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.97",
"Brotli==1.1.0",
"brevo-python==1.1.2",
"celery[redis]==5.4.0",
Expand Down Expand Up @@ -82,8 +82,8 @@ dev = [
"pytest==8.3.4",
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.8.4",
"responses==0.25.5",
"ruff==0.9.1",
"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.1",
]

[build-system]
Expand Down

0 comments on commit a023df1

Please sign in to comment.