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       | build              | 1.2.2        | 1.2.2.post1  |
| pypi       | faker              | 28.4.1       | 30.1.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       |
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 4053f4d commit 940e67b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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.2",
]

[project.urls]
Expand Down
30 changes: 15 additions & 15 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",
"sentry-sdk[fastapi]==2.15.0",
"sqlmodel==0.0.22",
"uvicorn[standard]==0.31.0",
"ralph-malph[backend-lrs]==4.2.0"
]
dynamic = ["version"]
Expand All @@ -52,17 +52,17 @@ dynamic = ["version"]
[project.optional-dependencies]
dev = [
"black==24.8.0",
"build==1.2.2",
"build==1.2.2.post1",
"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.9",
"mypy==1.11.2",
"pandas-stubs==2.2.2.240909",
"types-python-jose==3.3.4.20240106"
]
ci = [
Expand Down
8 changes: 4 additions & 4 deletions src/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"gunicorn==23.0.0",
"oauthlib==3.2.2",
"psycopg2-binary==2.9.9",
"sentry-sdk==2.14.0",
"sentry-sdk==2.15.0",
"urllib3==2.2.3",
"whitenoise==6.7.0",
]
Expand All @@ -50,14 +50,14 @@ dynamic = ["version"]
[project.optional-dependencies]
dev = [
"black==24.8.0",
"build==1.2.2",
"build==1.2.2.post1",
"factory-boy==3.3.1",
"Faker==28.4.1",
"Faker==30.1.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.9",
"xmltodict==0.13.0",
]
ci = [
Expand Down

0 comments on commit 940e67b

Please sign in to comment.