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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 9b08654 commit b026c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tzlocal
# Extra packages for development environments
black == 23.10.1
Jinja2 < 3.1 ; python_version < '3.10' # Jinja 3.1 breaks sphinx
Jinja2 == 3.1.2 ; python_version >= '3.10'
Jinja2 == 3.1.3 ; python_version >= '3.10'
docutils == 0.16 ; python_version < '3.10'
docutils == 0.18.1 ; python_version >= '3.10'
Sphinx == 3.5.3 ; python_version < '3.10'
Expand Down

0 comments on commit b026c45

Please sign in to comment.