Skip to content

Commit

Permalink
chore(deps): update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent e0889a7 commit b4d7807
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">= 3.12"
dependencies = [
"django>=5.1.3",
"strawberry-graphql-django>=0.50.0",
"channels==4.1.0",
"django>=5.1.5",
"strawberry-graphql-django>=0.55.0",
"channels==4.2.0",
"channels-redis[cryptography]>=4.2.1",
"celery>=5.4.0",
"django-celery-beat>=2.7.0",
"django-cleanup>=9.0.0",
"django-mptt>=0.16.0",
"boto3>=1.35.73",
"boto3>=1.35.99",
"markdown>=3.7",
"pillow>=11.0.0",
"psycopg[binary]>=3.2.3",
"sentry-sdk>=2.19.0",
"pillow>=11.1.0",
"psycopg[binary]>=3.2.4",
"sentry-sdk>=2.20.0",
"geoip2>=4.8.1",
"httpx>=0.28.0",
"uvicorn[standard]>=0.32.1",
"httpx>=0.28.1",
"uvicorn[standard]>=0.34.0",
"gunicorn>=23.0.0",
"uvicorn-worker>=0.2.0",
"uvicorn-worker>=0.3.0",
]

[project.urls]
Expand Down

0 comments on commit b4d7807

Please sign in to comment.