Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and jsnwesson committed Sep 3, 2024
1 parent 1c17517 commit d3da1a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.19'
__version__ = '0.4.20'
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lxml[html-clean,html_clean]==5.3.0
# -r requirements/base.in
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.2.0
lxml-html-clean==0.2.2
# via lxml
path==16.16.0
# via edx-i18n-tools
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==73.0.1
setuptools==74.1.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lxml[html-clean]==5.3.0
# -r requirements/base.txt
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.2.0
lxml-html-clean==0.2.2
# via
# -r requirements/base.txt
# lxml
Expand Down

0 comments on commit d3da1a9

Please sign in to comment.