Skip to content

Commit

Permalink
Merge pull request #591 from jacebrowning/update-pillow
Browse files Browse the repository at this point in the history
Update Pillow
  • Loading branch information
jacebrowning authored Mar 6, 2021
2 parents 21205be + 832447b commit 4f39371
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
65 changes: 35 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pymdown-extensions = "^8.0"
pygments = "^2.7.0"

# Images
pillow = "^8.0.1"
pillow = "^8.1.2"
spongemock = "~0.3.4"

# Utilities
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ markdown==3.2.2; python_version >= "3.5"
minilog==2.0; python_version >= "3.6" and python_version < "4.0"
multidict==5.0.0; python_version >= "3.6"
parse==1.18.0; python_version >= "3.7" and python_version < "4.0"
pillow==8.0.1; python_version >= "3.6"
pillow==8.1.2; python_version >= "3.6"
pygments==2.7.2; python_version >= "3.5"
pymdown-extensions==8.0.1; python_version >= "3.5"
pyperclip==1.8.1
Expand Down

0 comments on commit 4f39371

Please sign in to comment.