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 Dec 23, 2024
1 parent 4232c0a commit d93933f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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.76",
"boto3==1.35.86",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"django-configurations==2.5.1",
Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies = [
"whitenoise==6.8.2",
"mozilla-django-oidc==4.0.1",
"livekit-api==0.8.0",
"aiohttp==3.11.10",
"aiohttp==3.11.11",
]

[project.urls]
Expand All @@ -72,8 +72,8 @@ dev = [
"drf-spectacular-sidecar==2024.12.1",
"freezegun==1.5.1",
"ipdb==0.13.13",
"ipython==8.30.0",
"pyfakefs==5.7.2",
"ipython==8.31.0",
"pyfakefs==5.7.3",
"pylint-django==2.6.1",
"pylint==3.3.2",
"pytest-cov==6.0.0",
Expand All @@ -82,7 +82,7 @@ dev = [
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.3",
"ruff==0.8.2",
"ruff==0.8.4",
"types-requests==2.32.0.20241016",
]

Expand Down
6 changes: 3 additions & 3 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.12",
"openai==1.57.1",
"minio==7.2.13",
"openai==1.58.1",
"requests==2.32.3",
"sentry-sdk[fastapi, celery]==2.19.0",
]

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

[build-system]
Expand Down

0 comments on commit d93933f

Please sign in to comment.