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       | mypy              | 1.12.0 | 1.12.1 |
| pypi       | prefect           | 3.0.8  | 3.0.10 |
| pypi       | pydantic-settings | 2.5.2  | 2.6.0  |
| pypi       | ruff              | 0.6.9  | 0.7.0  |
| pypi       | sentry-sdk        | 2.16.0 | 2.17.0 |
| pypi       | setuptools        | 75.1.0 | 75.2.0 |
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 1a23680 commit a2c498a
Show file tree
Hide file tree
Showing 8 changed files with 839 additions and 914 deletions.
10 changes: 5 additions & 5 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==17.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.5.2"
pydantic-settings = "==2.6.0"
pyinstrument = "==5.0.0"
pyjwt = "==2.9.0"
python-multipart = "==0.0.12"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.16.0"}
setuptools = "==75.1.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.17.0"}
setuptools = "==75.2.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.12.5"
Expand All @@ -32,13 +32,13 @@ uvicorn = {extras = ["standard"] }
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.12.0"
mypy = "==1.12.1"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.32.0"
ruff = "==0.6.9"
ruff = "==0.7.0"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
774 changes: 401 additions & 373 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

112 changes: 56 additions & 56 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 = "^5.0.0"
pytest-httpx = "^0.32.0"
ruff = "^0.6.0"
ruff = "^0.7.0"

[tool.poetry.scripts]
qcc = "qcc.__main__:app"
Expand Down
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.1.0"
setuptools = "==75.2.0"

[requires]
python_version = "3.12"
14 changes: 7 additions & 7 deletions src/opendata/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,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
prefect = "==3.0.8"
prefect = "==3.0.10"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
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.12.0"
mypy = "==1.12.1"
pandas-stubs = "==2.2.3.241009"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
ruff = "==0.6.9"
setuptools = "==75.1.0"
ruff = "==0.7.0"
setuptools = "==75.2.0"
types-python-dateutil = "*"

[requires]
Expand Down
Loading

0 comments on commit a2c498a

Please sign in to comment.