Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#927)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements

updating static files after requirements update

---------

Co-authored-by: Deborah Kaplan <[email protected]>
  • Loading branch information
edx-requirements-bot and deborahgu authored Feb 11, 2025
1 parent 55a867b commit ced1115
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.26'
__version__ = '0.4.27'

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,14 +6,14 @@
#
asgiref==3.8.1
# via django
django==4.2.18
django==4.2.19
# 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.3
# via -r requirements/base.in
lxml[html-clean,html_clean]==5.3.0
lxml[html-clean,html_clean]==5.3.1
# via
# -r requirements/base.in
# edx-i18n-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# edx-i18n-tools
edx-i18n-tools==1.6.3
# via -r requirements/base.txt
lxml[html-clean]==5.3.0
lxml[html-clean]==5.3.1
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down

0 comments on commit ced1115

Please sign in to comment.