Skip to content

Commit b45e42e

Browse files
chore: Upgrade Python requirements (#898)
* chore: Upgrade Python requirements * chore: version bump bumping the version number in the upgrade requirements --------- Co-authored-by: Deborah Kaplan <[email protected]>
1 parent 82d7e35 commit b45e42e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.22'
1+
__version__ = '0.4.23'

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ lxml[html-clean,html_clean]==5.3.0
1818
# -r requirements/base.in
1919
# edx-i18n-tools
2020
# lxml-html-clean
21-
lxml-html-clean==0.3.1
21+
lxml-html-clean==0.4.1
2222
# via lxml
2323
path==16.16.0
2424
# via edx-i18n-tools
2525
polib==1.2.0
2626
# via edx-i18n-tools
2727
pyyaml==6.0.2
2828
# via edx-i18n-tools
29-
sqlparse==0.5.1
29+
sqlparse==0.5.2
3030
# via django

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.4.0
15+
setuptools==75.5.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lxml[html-clean]==5.3.0
1919
# -r requirements/base.txt
2020
# edx-i18n-tools
2121
# lxml-html-clean
22-
lxml-html-clean==0.3.1
22+
lxml-html-clean==0.4.1
2323
# via
2424
# -r requirements/base.txt
2525
# lxml
@@ -35,7 +35,7 @@ pyyaml==6.0.2
3535
# via
3636
# -r requirements/base.txt
3737
# edx-i18n-tools
38-
sqlparse==0.5.1
38+
sqlparse==0.5.2
3939
# via
4040
# -r requirements/base.txt
4141
# django

0 commit comments

Comments
 (0)