Skip to content

Commit

Permalink
Python Requirements Update (#800)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements
*  the package updates slightly modified the CSS, committing the changes
*  the new version of lxml requires that  html_clean be an explicit import

---------

Co-authored-by: Deborah Kaplan <[email protected]>
  • Loading branch information
edx-requirements-bot and deborahgu authored Apr 10, 2024
1 parent 017db06 commit 9ae60aa
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion edx_credentials_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.8'
__version__ = '0.4.10'

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.

1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

Django
edx-i18n-tools
lxml[html_clean]
13 changes: 9 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@ django==4.2.11
# edx-i18n-tools
edx-i18n-tools==1.3.0
# via -r requirements/base.in
lxml==5.1.0
# via edx-i18n-tools
path==16.10.0
lxml[html-clean,html_clean]==5.2.1
# via
# -r requirements/base.in
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
# via lxml
path==16.14.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
pyyaml==6.0.1
# via edx-i18n-tools
sqlparse==0.4.4
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref
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.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
11 changes: 8 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# edx-i18n-tools
edx-i18n-tools==1.3.0
# via -r requirements/base.txt
lxml==5.1.0
lxml[html-clean]==5.2.1
# via
# -r requirements/base.txt
# edx-i18n-tools
path==16.10.0
# lxml-html-clean
lxml-html-clean==0.1.1
# via
# -r requirements/base.txt
# lxml
path==16.14.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand All @@ -39,7 +44,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref

0 comments on commit 9ae60aa

Please sign in to comment.