Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
4663d555
Unverified
Commit
4663d555
authored
1 year ago
by
Mathieu Velten
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Mandate Pillow>=10.0.1 because of libwebp CVE (#16347)
parent
5ad1714d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/16347.misc
+1
-0
1 addition, 0 deletions
changelog.d/16347.misc
pyproject.toml
+3
-1
3 additions, 1 deletion
pyproject.toml
with
4 additions
and
1 deletion
changelog.d/16347.misc
0 → 100644
+
1
−
0
View file @
4663d555
Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels.
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
1
View file @
4663d555
...
@@ -180,7 +180,9 @@ PyYAML = ">=3.13"
...
@@ -180,7 +180,9 @@ PyYAML = ">=3.13"
pyasn1
=
">
=
0.1
.
9
"
pyasn1
=
">
=
0.1
.
9
"
pyasn1-modules
=
">
=
0.0
.
7
"
pyasn1-modules
=
">
=
0.0
.
7
"
bcrypt
=
">
=
3.1
.
7
"
bcrypt
=
">
=
3.1
.
7
"
Pillow
=
">
=
5.4
.
0
"
# 10.0.1 minimum is mandatory here because of libwebp CVE-2023-4863.
# Packagers that already took care of libwebp can lower that down to 5.4.0.
Pillow
=
">
=
10.0
.
1
"
# We use SortedDict.peekitem(), which was added in sortedcontainers 1.5.2.
# We use SortedDict.peekitem(), which was added in sortedcontainers 1.5.2.
sortedcontainers
=
">
=
1.5
.
2
"
sortedcontainers
=
">
=
1.5
.
2
"
pymacaroons
=
">
=
0.13
.
0
"
pymacaroons
=
">
=
0.13
.
0
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment