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 @@ -275,7 +275,7 @@ uritemplate==4.1.1
# via
# -r requirements.txt
# drf-spectacular
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements.txt
# botocore
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ typing-extensions==4.10.0
# via dj-database-url
uritemplate==4.1.1
# via drf-spectacular
urllib3==2.2.1
urllib3==2.2.2
# via botocore
wcwidth==0.2.13
# via blessed
Expand Down