diff options
| author | 2022-01-16 14:21:55 +0000 | |
|---|---|---|
| committer | 2022-01-16 14:21:55 +0000 | |
| commit | 8b49afdda0993b65a904e52df76bb2ce021bffb7 (patch) | |
| tree | b8e3706e98775009545513e9b01d5884be3731bf /pyproject.toml | |
| parent | handle OverflowError in relative times converter (diff) | |
| parent | chore(deps): bump pillow from 8.4.0 to 9.0.0 (diff) | |
Merge branch 'main' into main
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 2a216209..7d3f0a5e 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"} |