Skip to content

Commit 94d1319

Browse files
fix(deps): update python dependencies
1 parent 693804a commit 94d1319

2 files changed

Lines changed: 79 additions & 79 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ license = { file = "LICENSE" }
1111
requires-python = ">=3.11"
1212
authors = [{ name = "Karl Lundgren", email = "k.github@lundgrens.net" }]
1313
dependencies = [
14-
"apprise==1.10.0",
14+
"apprise==1.11.0",
1515
"numpy==2.4.6",
1616
"requests==2.34.2",
17-
"cvxpy==1.9.0",
18-
"yfinance==1.4.0",
17+
"cvxpy==1.9.1",
18+
"yfinance==1.4.1",
1919
"pydantic==2.13.4",
2020
"rich==15.0.0",
2121
"tenacity==9.1.4",
@@ -30,7 +30,7 @@ rebalance = "rebalance.__main__:main"
3030
rebalance-monitor = "rebalance.monitor:main"
3131

3232
[dependency-groups]
33-
dev = ["pytest==9.0.3", "pytest-cov==7.1.0", "ruff==0.15.14", "ty==0.0.39"]
33+
dev = ["pytest==9.0.3", "pytest-cov==7.1.0", "ruff==0.15.17", "ty==0.0.48"]
3434

3535
[tool.ruff]
3636
line-length = 88

0 commit comments

Comments
 (0)