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.14.0 | 1.14.1 |
| pypi       | django-stubs         | 5.1.1  | 5.1.2  |
| pypi       | prefect              | 3.1.5  | 3.1.13 |
| pypi       | psycopg              | 3.2.3  | 3.2.4  |
| pypi       | pyarrow              | 18.1.0 | 19.0.0 |
| pypi       | pydantic-extra-types | 2.10.1 | 2.10.2 |
| pypi       | ruff                 | 0.9.1  | 0.9.2  |
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 6794110 commit 1421670
Show file tree
Hide file tree
Showing 9 changed files with 1,081 additions and 1,050 deletions.
10 changes: 5 additions & 5 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
alembic = "==1.14.0"
alembic = "==1.14.1"
annotated-types = "==0.7.0"
cachetools = "==5.5.0"
email-validator = "==2.2.0"
Expand All @@ -14,10 +14,10 @@ geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.28.1"}
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.1.0"
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
pyarrow = "==19.0.0"
pydantic = "==2.10.5"
pydantic-extra-types = {extras = ["all"], version = "==2.10.1"}
pydantic-extra-types = {extras = ["all"], version = "==2.10.2"}
pydantic-settings = "==2.7.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.1"
Expand All @@ -42,7 +42,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.9.1"
ruff = "==0.9.2"
types-cachetools = "==5.5.0.20240820"
types-passlib = "==1.7.7.20241221"
types-python-jose = "==3.3.4.20240106"
Expand Down
651 changes: 326 additions & 325 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions src/client/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Django = "==5.1.5"
django-dsfr = "==2.0.0"
django-environ = "==0.12.0"
django-extensions = "==3.2.3"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.2"}
gunicorn = "==23.0.0"
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
sentry-sdk = {extras = ["django"], version = "==2.20.0"}
whitenoise = "==6.8.2"

Expand All @@ -25,7 +25,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.35.0"
ruff = "==0.9.1"
ruff = "==0.9.2"

[requires]
python_version = "3.12"
Loading

0 comments on commit 1421670

Please sign in to comment.