Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#859)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements
* fix: commit updated style sheets
---------
Co-authored-by: Justin Hynes <jhynes@edx.org>
  • Loading branch information
edx-requirements-bot authored Sep 12, 2024
1 parent d49d87e commit e74e3c8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
asgiref==3.8.1
# via django
django==4.2.15
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# edx-i18n-tools
edx-i18n-tools==1.6.2
edx-i18n-tools==1.6.3
# via -r requirements/base.in
lxml[html-clean,html_clean]==5.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.1
setuptools==74.1.2
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# edx-i18n-tools
edx-i18n-tools==1.6.2
edx-i18n-tools==1.6.3
# via -r requirements/base.txt
lxml[html-clean]==5.3.0
# via
Expand Down

0 comments on commit e74e3c8

Please sign in to comment.