diff options
| author | 2022-01-19 16:55:09 +0530 | |
|---|---|---|
| committer | 2022-01-19 16:55:09 +0530 | |
| commit | c7a644bb6457f1d08fc908c0111d258b7c730e79 (patch) | |
| tree | 24e44b47c987eacb347ce59f0ee3686ef1f93c85 /pyproject.toml | |
| parent | rewrite, use the rtex api instead of mpl (diff) | |
| parent | Make error messages more consistent in the AoC daystar view (#973) (diff) | |
Merge branch 'main' into feat/latex
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 1d6ada16..587444c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ aioredis = "~1.3" rapidfuzz = "~=1.4" arrow = "~=1.1.0" beautifulsoup4 = "~=4.9" -pillow = "~=8.1" +pillow = "~=9.0" sentry-sdk = "~=0.19" PyYAML = "~=5.4" async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} |