Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
f759b7f
1
Parent(s):
161af08
Bump pillow from 10.0.0 to 10.1.0
Browse filesBumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.1.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/10.0.0...10.1.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -12,7 +12,7 @@ google==3.0.0
|
|
12 |
gpytranslate==1.5.1; python_version >= "3.6"
|
13 |
lyricsgenius==3.0.1
|
14 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
15 |
-
pillow == 10.
|
16 |
prettyconf==2.2.1
|
17 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
18 |
pymongo==4.5.0
|
|
|
12 |
gpytranslate==1.5.1; python_version >= "3.6"
|
13 |
lyricsgenius==3.0.1
|
14 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
15 |
+
pillow == 10.1.0
|
16 |
prettyconf==2.2.1
|
17 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
18 |
pymongo==4.5.0
|