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       | anyio             | 4.7.0          | 4.8.0          |
| pypi       | django-dsfr       | 1.4.3          | 1.4.5          |
| pypi       | djlint            | 1.36.3         | 1.36.4         |
| pypi       | locust            | 2.32.4         | 2.32.5         |
| pypi       | mypy              | 1.13.0         | 1.14.1         |
| pypi       | prefect           | 3.1.5          | 3.1.11         |
| pypi       | pydantic          | 2.10.3         | 2.10.4         |
| pypi       | pydantic-settings | 2.6.1          | 2.7.1          |
| pypi       | python-multipart  | 0.0.19         | 0.0.20         |
| pypi       | questionary       | 2.0.1          | 2.1.0          |
| pypi       | ruff              | 0.8.2          | 0.8.6          |
| pypi       | setuptools        | 75.6.0         | 75.7.0         |
| pypi       | types-passlib     | 1.7.7.20240819 | 1.7.7.20241221 |
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent dd18a54 commit f68ae6b
Show file tree
Hide file tree
Showing 9 changed files with 1,653 additions and 1,660 deletions.
18 changes: 9 additions & 9 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.1.0"
pydantic = "==2.10.3"
pydantic = "==2.10.4"
pydantic-extra-types = {extras = ["all"], version = "==2.10.1"}
pydantic-settings = "==2.6.1"
pydantic-settings = "==2.7.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.1"
python-multipart = "==0.0.19"
questionary = "==2.0.1"
python-multipart = "==0.0.20"
questionary = "==2.1.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.19.2"}
setuptools = "==75.6.0"
setuptools = "==75.7.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.15.1"
Expand All @@ -34,17 +34,17 @@ uvicorn = {extras = ["standard"] }
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
locust = "==2.32.4"
mypy = "==1.13.0"
locust = "==2.32.5"
mypy = "==1.14.1"
pandas-stubs = "==2.2.3.241126"
polyfactory = "==2.18.1"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.8.2"
ruff = "==0.8.6"
types-cachetools = "==5.5.0.20240820"
types-passlib = "==1.7.7.20240819"
types-passlib = "==1.7.7.20241221"
types-python-jose = "==3.3.4.20240106"
types-requests = "==2.32.0.20241016"

Expand Down
1,021 changes: 507 additions & 514 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

338 changes: 172 additions & 166 deletions src/client/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
Django = "==5.1.4"
django-dsfr = "==1.4.3"
django-dsfr = "==1.4.5"
django-environ = "==0.11.2"
django-extensions = "==3.2.3"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
Expand All @@ -17,15 +17,15 @@ whitenoise = "==6.8.2"
[dev-packages]
black = "==24.10.0"
django-debug-toolbar = "==4.4.6"
djlint = "==1.36.3"
djlint = "==1.36.4"
factory-boy = "==3.3.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
mypy = "==1.14.1"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.35.0"
ruff = "==0.8.2"
ruff = "==0.8.6"

[requires]
python_version = "3.12"
453 changes: 220 additions & 233 deletions src/dashboard/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/opendata/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ psycopg = {extras = ["binary", "pool"], version = "==3.2.3"}

[dev-packages]
honcho = "==2.0.0"
setuptools = "==75.6.0"
setuptools = "==75.7.0"

[requires]
python_version = "3.12"
308 changes: 154 additions & 154 deletions src/opendata/Pipfile.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/prefect/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
prefect = "==3.1.5"
prefect = "==3.1.11"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
geopandas = "==1.0.1"
pandas = "==2.2.3"
Expand All @@ -15,12 +15,12 @@ tabulate = "==0.9.0"
[dev-packages]
black = "==24.10.0"
honcho = "==2.0.0"
mypy = "==1.13.0"
mypy = "==1.14.1"
pandas-stubs = "==2.2.3.241126"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
ruff = "==0.8.2"
setuptools = "==75.6.0"
ruff = "==0.8.6"
setuptools = "==75.7.0"
types-python-dateutil = "*"

[requires]
Expand Down
1,157 changes: 582 additions & 575 deletions src/prefect/Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit f68ae6b

Please sign in to comment.