Skip to content

Commit eb88cb1

Browse files
Bump pillow from 11.1.0 to 11.2.1 (#62)
* Bump pillow from 11.1.0 to 11.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 11.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.1.0...11.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update environment.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent 2003239 commit eb88cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- pyotp=2.9.0
88
- pyzbar=0.1.9
99
- zbar=0.10
10-
- pillow=11.1.0
10+
- pillow=11.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'pyotp==2.9.0',
2121
'qrcode==8.2',
2222
'pyzbar==0.1.9',
23-
'pillow==11.1.0',
23+
'pillow==11.2.1',
2424
],
2525
cmdclass=versioneer.get_cmdclass(),
2626
entry_points={

0 commit comments

Comments
 (0)