Skip to content

Commit fe597eb

Browse files
Bump pillow from 11.3.0 to 12.1.0 (#82)
* Bump pillow from 11.3.0 to 12.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.1.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.3.0...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 200d466 commit fe597eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
- pyotp=2.9.0
1010
- pyzbar=0.1.9
1111
- zbar=0.10
12-
- pillow=11.3.0
12+
- pillow=12.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
"pyotp==2.9.0",
66
"qrcode==8.2",
77
"pyzbar==0.1.9",
8-
"pillow==11.3.0",
8+
"pillow==12.1.0",
99
]
1010
build-backend = "hatchling.build"
1111

@@ -40,7 +40,7 @@ dependencies = [
4040
"pyotp==2.9.0",
4141
"qrcode==8.2",
4242
"pyzbar==0.1.9",
43-
"pillow==11.3.0",
43+
"pillow==12.1.0",
4444
]
4545

4646
[project.urls]

0 commit comments

Comments
 (0)