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.2       | 1.13.3       |
| pypi       | faker              | 28.4.1       | 30.0.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.1      |
| pypi       | pytest             | 7.4.4        | 8.3.3        |
| pypi       | pytest-httpx       | 0.24.0       | 0.32.0       |
| pypi       | ruff               | 0.6.5        | 0.6.8        |
| pypi       | sqlmodel           | 0.0.19       | 0.0.22       |
| pypi       | uvicorn            | 0.30.6       | 0.31.0       |
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent efa4896 commit 773aa75
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ license = {file = "LICENSE.md"}
keywords = ["Analytics", "xAPI", "LRS", "LTI"]
dependencies = [
"mike==2.1.3",
"mkdocs-material==9.5.34",
"mkdocs-material==9.5.39",
"mkdocs==1.6.1",
"neoteroi-mkdocs==1.1.0",
"pymdown-extensions==10.9",
"pymdown-extensions==10.11.1",
]

[project.urls]
Expand Down
26 changes: 13 additions & 13 deletions src/api/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ requires-python = ">=3.9"
license = {file = "LICENSE.md"}
keywords = ["Analytics", "xAPI", "LRS", "LTI"]
dependencies = [
"alembic==1.13.2",
"alembic==1.13.3",
"arrow==1.3.0",
"click==8.1.7",
"django-lti-toolbox==2.0.0",
"fastapi==0.114.2",
"importlib-metadata==7.2.1",
"pandas==2.2.2",
"fastapi==0.115.0",
"importlib-metadata==8.5.0",
"pandas==2.2.3",
"psycopg2-binary==2.9.9",
"pydantic[dotenv]==1.10.16",
"python-jose[cryptography]==3.3.0",
"rfc3987==1.3.8",
"sentry-sdk[fastapi]==2.14.0",
"sqlmodel==0.0.19",
"uvicorn[standard]==0.30.6",
"sqlmodel==0.0.22",
"uvicorn[standard]==0.31.0",
"ralph-malph[backend-lrs]==4.2.0"
]
dynamic = ["version"]
Expand All @@ -54,15 +54,15 @@ dev = [
"black==24.8.0",
"build==1.2.2",
"freezegun==1.5.1",
"httpx==0.24.1",
"httpx==0.27.2",
"ipdb==0.13.13",
"polyfactory==2.16.2",
"pytest==7.4.4",
"polyfactory==2.17.0",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-httpx==0.24.0",
"ruff==0.6.5",
"mypy==1.10.0",
"pandas-stubs==2.2.2.240603",
"pytest-httpx==0.32.0",
"ruff==0.6.8",
"mypy==1.11.2",
"pandas-stubs==2.2.2.240909",
"types-python-jose==3.3.4.20240106"
]
ci = [
Expand Down
4 changes: 2 additions & 2 deletions src/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ dev = [
"black==24.8.0",
"build==1.2.2",
"factory-boy==3.3.1",
"Faker==28.4.1",
"Faker==30.0.0",
"ipdb==0.13.13",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-django==4.9.0",
"ruff==0.6.5",
"ruff==0.6.8",
"xmltodict==0.13.0",
]
ci = [
Expand Down

0 comments on commit 773aa75

Please sign in to comment.