Skip to content

Commit

Permalink
Update Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent defe937 commit 41c53e3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 46 deletions.
108 changes: 65 additions & 43 deletions analytics/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 analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ analytics = "analytics.cli:app"

[tool.poetry.dependencies]
dynaconf = "^3.2.4"
kaleido = "0.2.1"
kaleido = "0.4.1"
notebook = "^7.0.0" # Goal is to replace this with another method of presenting charts
pandas = "^2.0.3"
pandas-stubs = "^2.0.2.230605"
plotly = "^5.15.0"
pydantic = "^2.0.3"
python = "~3.13"
slack-sdk = "^3.23.0"
typer = { extras = ["all"], version = "^0.9.0" }
typer = { extras = ["all"], version = "^0.13.0" }
sqlalchemy = "^2.0.30"
psycopg = ">=3.0.7"
pydantic-settings = "^2.3.4"
Expand All @@ -32,7 +32,7 @@ mypy = "^1.4.1"
pylint = "^3.0.2"
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
ruff = "^0.0.278"
ruff = "^0.7.0"
safety = "^3.0.0"

[build-system]
Expand Down

0 comments on commit 41c53e3

Please sign in to comment.