Skip to content

Commit

Permalink
Fix pillow version - cf pallets-eco/flask-admin#2375
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 1, 2024
1 parent d198e87 commit 2f518fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-common.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gunicorn>=19.8.0
SQLAlchemy<2.0
psycopg2
python-dotenv
Pillow
Pillow<10.0.0
urllib3
click>=8.1.3
toml
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ packaging==24.1
# gunicorn
# marshmallow
# pytest
pillow==10.4.0
pillow<10.0.0
# via -r requirements-common.in
pluggy==1.5.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packaging==24.1
# geoalchemy2
# gunicorn
# marshmallow
pillow==10.4.0
pillow<10.0.0
# via -r requirements-common.in
psycopg2==2.9.9
# via
Expand Down

0 comments on commit 2f518fb

Please sign in to comment.