Skip to content

Commit

Permalink
upgrade pillow to v10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 23, 2024
1 parent 7ac9cd2 commit 9475c9f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impyla = "==0.18.0"
markupsafe = "==2.1.3"
mysqlclient = "==2.2.0"
openpyxl = "==3.1.2"
pillow = "==10.1.0"
pillow = "==10.2.0"
prophet = "==1.1.1"
psycopg2 = "==2.9.7"
pyathena = "==3.0.7"
Expand Down
126 changes: 70 additions & 56 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ oauthlib==2.1.0
openpyxl==3.1.2; python_version >= '3.6'
packaging==23.2; python_version >= '3.7'
pandas[performance]==2.0.3; python_version >= '3.8'
pillow==10.1.0; python_version >= '3.8'
pillow==10.2.0; python_version >= '3.8'
prophet==1.1.1; python_version >= '3.7'
protobuf==4.25.2; python_version >= '3.8'
psycopg2==2.9.7; python_version >= '3.6'
Expand Down

0 comments on commit 9475c9f

Please sign in to comment.