Skip to content

Commit

Permalink
Upgrade Jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehgrantsgov committed Dec 27, 2024
1 parent 9f9d41f commit 2151493
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions analytics/poetry.lock

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

1 change: 1 addition & 0 deletions analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ db-migrate = "analytics.cli:migrate_database"

[tool.poetry.dependencies]
dynaconf = "^3.2.4"
jinja2 = ">=3.1.5"
kaleido = "0.2.1"
notebook = "^7.0.0" # Goal is to replace this with another method of presenting charts
pandas = "^2.0.3"
Expand Down
8 changes: 4 additions & 4 deletions api/poetry.lock

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

1 change: 1 addition & 0 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ flask-cors = "^5.0.0"
opensearch-py = "^2.5.0"
pyjwt = "^2.9.0"
newrelic = "10.3.1"
jinja2 = ">=3.1.5"

[tool.poetry.group.dev.dependencies]
black = "^24.0.0"
Expand Down

0 comments on commit 2151493

Please sign in to comment.