Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package    | from    | to      |
| ---------- | ---------- | ------- | ------- |
| pypi       | alembic    | 1.13.3  | 1.14.0  |
| pypi       | fastapi    | 0.115.4 | 0.115.5 |
| pypi       | ruff       | 0.7.2   | 0.7.3   |
| pypi       | sentry-sdk | 2.17.0  | 2.18.0  |
  • Loading branch information
renovate[bot] authored and wilbrdt committed Nov 13, 2024
1 parent bd980ed commit e2413d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ requires-python = ">=3.12"
license = { file = "LICENSE.md" }
keywords = ["FastAPI", "Celery", "emails", "Open edX"]
dependencies = [
"alembic==1.13.3",
"alembic==1.14.0",
"celery[redis]==5.4.0",
"fastapi[standard]==0.115.4",
"fastapi[standard]==0.115.5",
"Jinja2==3.1.4",
"jinja2-simple-tags==0.6.1",
"mongoengine==0.29.1",
Expand All @@ -38,7 +38,7 @@ dependencies = [
"pymongo==3.13.0", # pin as it is the last version compatible with MongoDB 3.0
"pymysql==1.1.1",
"redis==5.2.0",
"sentry-sdk==2.17.0",
"sentry-sdk==2.18.0",
"SQLAlchemy==2.0.36",
]
dynamic = ["version"]
Expand All @@ -61,7 +61,7 @@ dev = [
"pytest==8.3.3",
"pytest-cov==6.0.0",
"pytest-httpx==0.33.0",
"ruff==0.7.2",
"ruff==0.7.3",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit e2413d0

Please sign in to comment.