Skip to content

Commit 940f3f1

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ----------------------- | ----------- | ------- | | pypi | sqlalchemy | 2.0.38 | 2.0.49 | | pypi | alembic | 1.14.1 | 1.18.4 | | pypi | alembic-postgresql-enum | 1.7.0 | 1.10.0 | | pypi | black | 25.1.0 | 26.3.1 | | pypi | build | 1.2.2.post1 | 1.4.4 | | pypi | celery | 5.4.0 | 5.6.3 | | pypi | fastapi | 0.115.11 | 0.136.1 | | pypi | mongoengine | 0.29.1 | 0.29.3 | | pypi | psycopg2-binary | 2.9.10 | 2.9.12 | | pypi | pydantic | 2.10.6 | 2.13.3 | | pypi | pydantic-settings | 2.8.1 | 2.14.0 | | pypi | pymysql | 1.1.1 | 1.1.2 | | pypi | pytest | 8.3.5 | 9.0.3 | | pypi | pytest-cov | 6.0.0 | 7.1.0 | | pypi | pytest-httpx | 0.35.0 | 0.36.2 | | pypi | redis | 5.2.1 | 7.4.0 | | pypi | ruff | 0.9.9 | 0.15.12 | | pypi | sentry-sdk | 2.22.0 | 2.58.0 | | pypi | twine | 6.1.0 | 6.2.0 |
1 parent a6faa6a commit 940f3f1

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

src/app/pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ requires-python = ">=3.12"
2424
license = { file = "LICENSE.md" }
2525
keywords = ["FastAPI", "Celery", "emails", "Open edX"]
2626
dependencies = [
27-
"alembic==1.14.1",
28-
"alembic-postgresql-enum==1.7.0",
29-
"celery[redis]==5.4.0",
30-
"fastapi[standard]==0.115.11",
27+
"alembic==1.18.4",
28+
"alembic-postgresql-enum==1.10.0",
29+
"celery[redis]==5.6.3",
30+
"fastapi[standard]==0.136.1",
3131
"Jinja2==3.1.5",
3232
"jinja2-simple-tags==0.6.1",
33-
"mongoengine==0.29.1",
33+
"mongoengine==0.29.3",
3434
"mongomock==4.3.0",
35-
"psycopg2-binary==2.9.10",
36-
"pydantic==2.10.6",
37-
"pydantic_settings==2.8.1",
35+
"psycopg2-binary==2.9.12",
36+
"pydantic==2.13.3",
37+
"pydantic_settings==2.14.0",
3838
"python-datauri==3.0.2",
3939
"pymongo==3.13.0", # pin as it is the last version compatible with MongoDB 3.0
40-
"pymysql==1.1.1",
41-
"redis==5.2.1",
42-
"sentry-sdk[celery,fastapi]==2.22.0",
43-
"SQLAlchemy==2.0.38",
40+
"pymysql==1.1.2",
41+
"redis==7.4.0",
42+
"sentry-sdk[celery,fastapi]==2.58.0",
43+
"SQLAlchemy==2.0.49",
4444
]
4545
dynamic = ["version"]
4646

@@ -52,17 +52,17 @@ dynamic = ["version"]
5252

5353
[project.optional-dependencies]
5454
ci = [
55-
"twine==6.1.0",
55+
"twine==6.2.0",
5656
]
5757
dev = [
58-
"black==25.1.0",
59-
"build==1.2.2.post1",
58+
"black==26.3.1",
59+
"build==1.4.4",
6060
"factory_boy==3.3.3",
6161
"flower==2.0.1",
62-
"pytest==8.3.5",
63-
"pytest-cov==6.0.0",
64-
"pytest-httpx==0.35.0",
65-
"ruff==0.9.9",
62+
"pytest==9.0.3",
63+
"pytest-cov==7.1.0",
64+
"pytest-httpx==0.36.2",
65+
"ruff==0.15.12",
6666
]
6767

6868
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)