Skip to content

Commit

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

* chore: version bump

bumping the version number in the upgrade requirements

---------

Co-authored-by: Deborah Kaplan <[email protected]>
  • Loading branch information
edx-requirements-bot and deborahgu authored Nov 21, 2024
1 parent 82d7e35 commit b45e42e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.22'
__version__ = '0.4.23'
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ lxml[html-clean,html_clean]==5.3.0
# -r requirements/base.in
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
path==16.16.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
pyyaml==6.0.2
# via edx-i18n-tools
sqlparse==0.5.1
sqlparse==0.5.2
# via django
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.4.0
setuptools==75.5.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions 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.3.1
lxml-html-clean==0.4.1
# via
# -r requirements/base.txt
# lxml
Expand All @@ -35,7 +35,7 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# edx-i18n-tools
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django

0 comments on commit b45e42e

Please sign in to comment.