diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-25 06:43:13 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-25 06:43:13 +0000 |
commit | 3cb4c19b210e4617ef6212bf7d39569813cc9d29 (patch) | |
tree | 342a03beddfe8370753eb998b1b932b70bc382e1 | |
parent | 2f6a7aade54bbc3d1379133478f5d77e5d764f22 (diff) | |
download | Square-3cb4c19b210e4617ef6212bf7d39569813cc9d29.tar.gz |
build(deps): bump pillow from 9.2.0 to 9.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.3.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ac7741f..0febcdd 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -6,7 +6,7 @@ h11==0.14.0 | |||
6 | httpcore==0.16.1 | 6 | httpcore==0.16.1 |
7 | httpx==0.23.1 | 7 | httpx==0.23.1 |
8 | idna==3.4 | 8 | idna==3.4 |
9 | Pillow==9.2.0 | 9 | Pillow==9.3.0 |
10 | python-telegram-bot==20.0a6 | 10 | python-telegram-bot==20.0a6 |
11 | pytz==2022.6 | 11 | pytz==2022.6 |
12 | pytz-deprecation-shim==0.1.0.post0 | 12 | pytz-deprecation-shim==0.1.0.post0 |