Skip to content

Commit

Permalink
chore(deps): bump jinja2 in /packages/calitp-data-analysis
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.0.3...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent fde6d52 commit cb7af08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/calitp-data-analysis/poetry.lock

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

2 changes: 1 addition & 1 deletion packages/calitp-data-analysis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Andrew Vaccaro <[email protected]>"]
python = "~3.9"
ipython = "^8.9.0"
siuba = "^0.4.2"
jinja2 = "<3.1.0"
jinja2 = "<3.2.0"
sqlalchemy-bigquery = "^1.6.1"
pandas-gbq = "^0.19.1"
pandas = "<2" # keep us below pandas 2.0 since pandas-gbq does not specify, and siuba errors currently
Expand Down

0 comments on commit cb7af08

Please sign in to comment.