Skip to content

Commit

Permalink
Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory (#…
Browse files Browse the repository at this point in the history
…1150)

* Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [jinja2](https://github.com/pallets/jinja).


Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix vcrpy issue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Shapiro <shapiromatron@gmail.com>
  • Loading branch information
dependabot[bot] and shapiromatron authored Dec 24, 2024
1 parent f202181 commit f8426a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"openpyxl==3.1.4",
"jinja2==3.1.4",
"jinja2==3.1.5",
"plotly==5.22.0",
"scipy==1.13.1",
"bmds==23.4",
Expand All @@ -80,6 +80,7 @@ dev = [
"pytest==8.2.2",
"pytest-django==4.8.0",
"vcrpy==6.0.1",
"urllib3<2.3.0", # TODO - remove when fixed; https://github.com/kevin1024/vcrpy/issues/888
"pytest-recording==0.13.1",
"playwright==1.44.0",
"pytest-playwright==0.5.0",
Expand Down

0 comments on commit f8426a2

Please sign in to comment.