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 47726ed commit 2cb6f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
# dev-dependencies
coveralls==3.3.1
cv==1.0.0
Jinja2==3.1.2
Jinja2==3.1.3
libsass==0.22.0
MarkupSafe==2.0.1
mistune==0.8.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@ def readme():
'Issues': 'https://github.com/mdrachuk/lightweight/issues',
},
install_requires=[
'Jinja2==3.1.2',
'Jinja2==3.1.3',
'libsass==0.22.0',
'MarkupSafe==2.0.1',
'python-frontmatter~=0.4.5',
Expand Down

0 comments on commit 2cb6f6e

Please sign in to comment.