Skip to content

Commit

Permalink
Bump jinja2 from 3.1.2 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 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.1.2...3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2024
1 parent e5e319e commit 4e10887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'gunicorn==20.1.0',
'idna==3.4',
'inflection==0.5.1',
'jinja2==3.1.2',
'jinja2==3.1.3',
'jsonschema==4.17.3',
'kombu==5.2.4',
'mysql==0.0.3',
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
jinja2==3.1.2
jinja2==3.1.3
click==8.1.3
pydantic==1.10.2
selenium==4.8.2

0 comments on commit 4e10887

Please sign in to comment.