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
4 changes: 2 additions & 2 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ et-xmlfile==1.1.0
# openpyxl
executing==2.0.1
# via stack-data
faker==24.2.1
faker==24.4.0
# via -r requirements-dev.in
flake8==7.0.0
# via pytest-flake8
Expand Down Expand Up @@ -171,7 +171,7 @@ pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
# via -r requirements.txt
pip-tools==7.4.1
# via -r requirements-dev.in
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dj-database-url~=2.1.0

# file handling
boto3~=1.34.62
pillow~=10.2.0
pillow~=10.3.0
whitenoise~=6.6.0

# emails
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ openpyxl==3.1.2
# via tablib
packaging==24.0
# via gunicorn
pillow==10.2.0
pillow==10.3.0
# via -r requirements.in
psutil==5.9.8
# via -r requirements.in
Expand Down