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       | geoalchemy2   | 0.17.0 | 0.17.1  |
| pypi       | locust        | 2.32.8 | 2.32.10 |
| pypi       | prefect       | 3.1.5  | 3.2.3   |
| pypi       | pyarrow       | 19.0.0 | 19.0.1  |
| pypi       | pytest-django | 4.9.0  | 4.10.0  |
| pypi       | ruff          | 0.9.5  | 0.9.6   |
| pypi       | sentry-sdk    | 2.20.0 | 2.22.0  |
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 259fbb2 commit 18ca8e9
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 727 deletions.
10 changes: 5 additions & 5 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ annotated-types = "==0.7.0"
cachetools = "==5.5.1"
email-validator = "==2.2.0"
fastapi = "==0.115.8"
geoalchemy2 = {extras = ["shapely"], version = "==0.17.0"}
geoalchemy2 = {extras = ["shapely"], version = "==0.17.1"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.28.1"}
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
postgresql-audit = "==0.17.1"
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
pyarrow = "==19.0.0"
pyarrow = "==19.0.1"
pydantic = "==2.10.6"
pydantic-extra-types = {extras = ["all"], version = "==2.10.2"}
pydantic-settings = "==2.7.1"
pyinstrument = "==5.0.1"
pyjwt = "==2.10.1"
python-multipart = "==0.0.20"
questionary = "==2.1.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.20.0"}
sentry-sdk = {extras = ["fastapi"], version = "==2.22.0"}
setuptools = "==75.8.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlalchemy-utils = "==0.41.2"
Expand All @@ -36,15 +36,15 @@ uvicorn = {extras = ["standard"] }
black = "==25.1.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
locust = "==2.32.8"
locust = "==2.32.10"
mypy = "==1.15.0"
pandas-stubs = "==2.2.3.241126"
polyfactory = "==2.19.0"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.9.5"
ruff = "==0.9.6"
types-cachetools = "==5.5.0.20240820"
types-passlib = "==1.7.7.20241221"
types-python-jose = "==3.3.4.20240106"
Expand Down
759 changes: 379 additions & 380 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 @@ -15,7 +15,7 @@ jsonschema = "==4.23.0"
mozilla-django-oidc = "==4.0.1"
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
requests = "==2.32.3"
sentry-sdk = {extras = ["django"], version = "==2.20.0"}
sentry-sdk = {extras = ["django"], version = "==2.22.0"}
types-requests = "==2.32.0.20241016"
whitenoise = "==6.9.0"

Expand All @@ -28,9 +28,9 @@ honcho = "==2.0.0"
mypy = "==1.15.0"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-django = "==4.10.0"
pytest-httpx = "==0.35.0"
ruff = "==0.9.5"
ruff = "==0.9.6"

[requires]
python_version = "3.12"
58 changes: 29 additions & 29 deletions src/dashboard/Pipfile.lock

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

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

[packages]
prefect = "==3.1.5"
geoalchemy2 = {extras = ["shapely"], version = "==0.17.0"}
prefect = "==3.2.3"
geoalchemy2 = {extras = ["shapely"], version = "==0.17.1"}
geopandas = "==1.0.1"
pandas = "==2.2.3"
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
pyarrow = "==19.0.0"
pyarrow = "==19.0.1"
tabulate = "==0.9.0"

[dev-packages]
Expand All @@ -19,7 +19,7 @@ mypy = "==1.15.0"
pandas-stubs = "==2.2.3.241126"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
ruff = "==0.9.5"
ruff = "==0.9.6"
setuptools = "==75.8.0"
types-python-dateutil = "*"

Expand Down
Loading

0 comments on commit 18ca8e9

Please sign in to comment.