Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PyMySQL==1.1.1
pyGravatar==0.0.6
git+https://github.com/maxcountryman/flask-uploads@master
pylint~=3.2.7
Pillow==10.3.0
Pillow==11.0.0
requests~=2.32.3
sentry-sdk[flask]~=2.14.0
markupsafe==2.1.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mako==1.2.2
# via
# alembic
# oic
markupsafe==2.0.1
markupsafe==2.1.2
# via
# -r requirements.in
# jinja2
Expand All @@ -103,7 +103,7 @@ packaging==21.3
# via gunicorn
pep517==0.12.0
# via pip-tools
pillow==10.3.0
pillow==11.0.0
# via -r requirements.in
pip-tools==6.6.2
# via -r requirements.in
Expand Down
Loading