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.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.dev.in
#
beautifulsoup4==4.13.4
beautifulsoup4==4.14.2
# via
# -c requirements.txt
# webtest
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maintain the alphabetical order
# Use pip list -o to check for outdated packages

beautifulsoup4==4.13.5
beautifulsoup4==4.14.2
cssmin==0.2.0

Django==4.2.25
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-countries
beautifulsoup4==4.13.5
beautifulsoup4==4.14.2
# via -r requirements.in
cachetools==5.3.3
# via google-auth
Expand Down