diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-03 09:37:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 09:37:03 -0600 |
commit | 0f135fe9906c3d59ea2c41da4110900f7bf7d4c7 (patch) | |
tree | 6a4247a202eecbb0f39b2e87e8ff75245c50dbdd /pyproject.toml | |
parent | 03a85e52b35a750681b4c6d543fc9047a2fb0551 (diff) | |
parent | c908c4619c4acd183d1b1f6c7819918225f720bd (diff) |
Merge pull request #16 from navanchauhan/dependabot/pip/jinja2-3.1.3
Bump jinja2 from 3.1.2 to 3.1.3
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 9b2cb59..8ebcfa6 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" |