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       | black               | 24.8.0       | 24.10.0      |
| pypi       | build               | 1.2.2        | 1.2.2.post1  |
| pypi       | django-cors-headers | 4.4.0        | 4.5.0        |
| pypi       | faker               | 28.4.1       | 30.3.0       |
| pypi       | fastapi             | 0.114.2      | 0.115.2      |
| 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.40       |
| 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.3.241009 |
| 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.16.0       |
| pypi       | sqlmodel            | 0.0.19       | 0.0.22       |
| pypi       | uvicorn             | 0.30.6       | 0.31.1       |
| pypi       | xmltodict           | 0.13.0       | 0.14.1       |
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 4053f4d commit d13e6f0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 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.40",
"mkdocs==1.6.1",
"neoteroi-mkdocs==1.1.0",
"pymdown-extensions==10.9",
"pymdown-extensions==10.11.2",
]

[project.urls]
Expand Down
32 changes: 16 additions & 16 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.2",
"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.16.0",
"sqlmodel==0.0.22",
"uvicorn[standard]==0.31.1",
"ralph-malph[backend-lrs]==4.2.0"
]
dynamic = ["version"]
Expand All @@ -51,18 +51,18 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black==24.8.0",
"build==1.2.2",
"black==24.10.0",
"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.3.241009",
"types-python-jose==3.3.4.20240106"
]
ci = [
Expand Down
14 changes: 7 additions & 7 deletions src/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ keywords = ["Analytics", "xAPI", "LRS", "LTI"]
dependencies = [
"Django==4.2.7",
"django-configurations==2.5.1",
"django-cors-headers==4.4.0",
"django-cors-headers==4.5.0",
"django-lti-toolbox==2.0.0",
"djangorestframework_simplejwt==5.3.1",
"dockerflow==2024.4.2",
"gunicorn==23.0.0",
"oauthlib==3.2.2",
"psycopg2-binary==2.9.9",
"sentry-sdk==2.14.0",
"sentry-sdk==2.16.0",
"urllib3==2.2.3",
"whitenoise==6.7.0",
]
Expand All @@ -49,16 +49,16 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black==24.8.0",
"build==1.2.2",
"black==24.10.0",
"build==1.2.2.post1",
"factory-boy==3.3.1",
"Faker==28.4.1",
"Faker==30.3.0",
"ipdb==0.13.13",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-django==4.9.0",
"ruff==0.6.5",
"xmltodict==0.13.0",
"ruff==0.6.9",
"xmltodict==0.14.1",
]
ci = [
"twine==5.1.1",
Expand Down

0 comments on commit d13e6f0

Please sign in to comment.