summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-04-03 09:35:44 -0600
committerGitHub <noreply@github.com>2024-04-03 09:35:44 -0600
commit03a85e52b35a750681b4c6d543fc9047a2fb0551 (patch)
treeaa63a1d61c45cbe226c65996872dcf409e935366 /pyproject.toml
parent6a5f1910eb930a35d92288446b5956d2df3f4aeb (diff)
parentda5b93a0c6ce38c23f93f8ee429ae3a2d35b4933 (diff)
Merge pull request #20 from navanchauhan/dependabot/pip/pillow-10.3.0
Bump pillow from 10.0.1 to 10.3.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 84abe8e..9b2cb59 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ Jinja2 = "^3.1.2"
markdown2 = "^2.4.10"
Pygments = "^2.16.1"
"Mastodon.py" = "^1.8.0"
-Pillow = "10.0.1"
+Pillow = "10.3.0"
requests = "^2.31.0"
certifi = "^2023.7.22"
urllib3 = "^2.0.7"