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 All @@ -113,7 +113,7 @@ greenlet==3.0.3
# via
# -r requirements.txt
# gevent
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.txt
inflection==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ django-ses~=3.5.2
tablib~=3.5.0

# wsgi server
gunicorn~=21.2.0
gunicorn~=22.0.0
gevent~=24.2.1
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gevent==24.2.1
# via -r requirements.in
greenlet==3.0.3
# via gevent
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.in
inflection==0.5.1
# via drf-spectacular
Expand Down