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       | djlint       | 1.36.1       | 1.36.2       |
| pypi       | pandas-stubs | 2.2.3.241009 | 2.2.3.241126 |
| pypi       | polyfactory  | 2.17.0       | 2.18.1       |
| pypi       | prefect      | 3.1.2        | 3.1.4        |
| pypi       | pyarrow      | 18.0.0       | 18.1.0       |
| pypi       | pydantic     | 2.9.2        | 2.10.2       |
| pypi       | pyjwt        | 2.10.0       | 2.10.1       |
| pypi       | ruff         | 0.7.4        | 0.8.0        |
| pypi       | sentry-sdk   | 2.18.0       | 2.19.0       |
| pypi       | setuptools   | 75.5.0       | 75.6.0       |
| pypi       | typer        | 0.13.0       | 0.13.1       |
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent b2704f2 commit aaa2b17
Show file tree
Hide file tree
Showing 10 changed files with 1,051 additions and 1,033 deletions.
16 changes: 8 additions & 8 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ httpx = {extras = ["cli"], version = "==0.27.2"}
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.0.0"
pyarrow = "==18.1.0"
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
pydantic-settings = "==2.6.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.0"
pyjwt = "==2.10.1"
python-multipart = "==0.0.17"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.18.0"}
setuptools = "==75.5.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.19.0"}
setuptools = "==75.6.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.13.0"
typer = "==0.13.1"
uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
pandas-stubs = "==2.2.3.241126"
polyfactory = "==2.18.1"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.34.0"
ruff = "==0.7.4"
ruff = "==0.8.0"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
709 changes: 353 additions & 356 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

250 changes: 129 additions & 121 deletions src/client/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mypy = "^1.10.0"
pytest = "^8.2.2"
pytest-cov = "^6.0.0"
pytest-httpx = "^0.34.0"
ruff = "^0.7.0"
ruff = "^0.8.0"

[tool.poetry.scripts]
qcc = "qcc.__main__:app"
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ whitenoise = "==6.8.2"
[dev-packages]
black = "==24.10.0"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
djlint = "==1.36.1"
djlint = "==1.36.2"
factory-boy = "==3.3.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.34.0"
ruff = "==0.7.4"
ruff = "==0.8.0"

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

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

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.5.0"
setuptools = "==75.6.0"

[requires]
python_version = "3.12"
Loading

0 comments on commit aaa2b17

Please sign in to comment.