diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-03 09:35:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 09:35:44 -0600 |
commit | d00b2da99ef2d498074a6e4eb8d80995cdfc4476 (patch) | |
tree | 24cc4763d6aef8627e2632a32b6d2f169c1fb453 /pyproject.toml | |
parent | 392c17bc165cd5ed2985d0531bd7bcdcdaf4439d (diff) | |
parent | c77e8db21d2bc99ba4ab45627c226e046e08c214 (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.toml | 2 |
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" |