diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8ebcfa6..c8ac9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,14 @@ authors = ["navanchauhan <navanchauhan@gmail.com>"] [tool.poetry.dependencies] python = "^3.9" -Jinja2 = "^3.1.3" +Jinja2 = "^3.1.4" markdown2 = "^2.4.10" Pygments = "^2.16.1" "Mastodon.py" = "^1.8.0" Pillow = "10.3.0" -requests = "^2.31.0" +requests = "^2.32.2" certifi = "^2023.7.22" -urllib3 = "^2.0.7" +urllib3 = "^2.2.2" latex2mathml = "^3.77.0" [tool.poetry.dev-dependencies] |
