diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-11 19:59:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 19:59:43 +0000 |
commit | 0e4b5fcc164cd8432678bdffd58b8c123acee186 (patch) | |
tree | db511217ef56203566fb47267dccdba8301717ac /pyproject.toml | |
parent | 1a26e0e5bdbe75690edf162a6a19022f0db52f8c (diff) |
Bump jinja2 from 3.1.2 to 3.1.3
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](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fc7a960..b0fa730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["navanchauhan <navanchauhan@gmail.com>"] [tool.poetry.dependencies] python = "^3.9" -Jinja2 = "^3.1.2" +Jinja2 = "^3.1.3" markdown2 = "^2.4.10" Pygments = "^2.16.1" "Mastodon.py" = "^1.8.0" |