Skip to content

Commit d094ab8

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ------------------ | ------------ | ------------ | | pypi | alembic | 1.13.2 | 1.13.3 | | pypi | build | 1.2.2 | 1.2.2.post1 | | pypi | faker | 28.4.1 | 30.2.0 | | pypi | fastapi | 0.114.2 | 0.115.0 | | pypi | httpx | 0.24.1 | 0.27.2 | | pypi | importlib-metadata | 7.2.1 | 8.5.0 | | pypi | mkdocs-material | 9.5.34 | 9.5.39 | | pypi | mypy | 1.10.0 | 1.11.2 | | pypi | pandas | 2.2.2 | 2.2.3 | | pypi | pandas-stubs | 2.2.2.240603 | 2.2.2.240909 | | pypi | polyfactory | 2.16.2 | 2.17.0 | | pypi | pymdown-extensions | 10.9 | 10.11.2 | | pypi | pytest | 7.4.4 | 8.3.3 | | pypi | pytest-httpx | 0.24.0 | 0.32.0 | | pypi | ruff | 0.6.5 | 0.6.9 | | pypi | sentry-sdk | 2.14.0 | 2.15.0 | | pypi | sqlmodel | 0.0.19 | 0.0.22 | | pypi | uvicorn | 0.30.6 | 0.31.0 |
1 parent 4053f4d commit d094ab8

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

docs/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ license = {file = "LICENSE.md"}
2828
keywords = ["Analytics", "xAPI", "LRS", "LTI"]
2929
dependencies = [
3030
"mike==2.1.3",
31-
"mkdocs-material==9.5.34",
31+
"mkdocs-material==9.5.39",
3232
"mkdocs==1.6.1",
3333
"neoteroi-mkdocs==1.1.0",
34-
"pymdown-extensions==10.9",
34+
"pymdown-extensions==10.11.2",
3535
]
3636

3737
[project.urls]

src/api/core/pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ requires-python = ">=3.9"
2727
license = {file = "LICENSE.md"}
2828
keywords = ["Analytics", "xAPI", "LRS", "LTI"]
2929
dependencies = [
30-
"alembic==1.13.2",
30+
"alembic==1.13.3",
3131
"arrow==1.3.0",
3232
"click==8.1.7",
3333
"django-lti-toolbox==2.0.0",
34-
"fastapi==0.114.2",
35-
"importlib-metadata==7.2.1",
36-
"pandas==2.2.2",
34+
"fastapi==0.115.0",
35+
"importlib-metadata==8.5.0",
36+
"pandas==2.2.3",
3737
"psycopg2-binary==2.9.9",
3838
"pydantic[dotenv]==1.10.16",
3939
"python-jose[cryptography]==3.3.0",
4040
"rfc3987==1.3.8",
41-
"sentry-sdk[fastapi]==2.14.0",
42-
"sqlmodel==0.0.19",
43-
"uvicorn[standard]==0.30.6",
41+
"sentry-sdk[fastapi]==2.15.0",
42+
"sqlmodel==0.0.22",
43+
"uvicorn[standard]==0.31.0",
4444
"ralph-malph[backend-lrs]==4.2.0"
4545
]
4646
dynamic = ["version"]
@@ -52,17 +52,17 @@ dynamic = ["version"]
5252
[project.optional-dependencies]
5353
dev = [
5454
"black==24.8.0",
55-
"build==1.2.2",
55+
"build==1.2.2.post1",
5656
"freezegun==1.5.1",
57-
"httpx==0.24.1",
57+
"httpx==0.27.2",
5858
"ipdb==0.13.13",
59-
"polyfactory==2.16.2",
60-
"pytest==7.4.4",
59+
"polyfactory==2.17.0",
60+
"pytest==8.3.3",
6161
"pytest-cov==5.0.0",
62-
"pytest-httpx==0.24.0",
63-
"ruff==0.6.5",
64-
"mypy==1.10.0",
65-
"pandas-stubs==2.2.2.240603",
62+
"pytest-httpx==0.32.0",
63+
"ruff==0.6.9",
64+
"mypy==1.11.2",
65+
"pandas-stubs==2.2.2.240909",
6666
"types-python-jose==3.3.4.20240106"
6767
]
6868
ci = [

src/app/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"gunicorn==23.0.0",
3838
"oauthlib==3.2.2",
3939
"psycopg2-binary==2.9.9",
40-
"sentry-sdk==2.14.0",
40+
"sentry-sdk==2.15.0",
4141
"urllib3==2.2.3",
4242
"whitenoise==6.7.0",
4343
]
@@ -50,14 +50,14 @@ dynamic = ["version"]
5050
[project.optional-dependencies]
5151
dev = [
5252
"black==24.8.0",
53-
"build==1.2.2",
53+
"build==1.2.2.post1",
5454
"factory-boy==3.3.1",
55-
"Faker==28.4.1",
55+
"Faker==30.2.0",
5656
"ipdb==0.13.13",
5757
"pytest==8.3.3",
5858
"pytest-cov==5.0.0",
5959
"pytest-django==4.9.0",
60-
"ruff==0.6.5",
60+
"ruff==0.6.9",
6161
"xmltodict==0.13.0",
6262
]
6363
ci = [

0 commit comments

Comments
 (0)