Skip to content

Commit 9fd75ac

Browse files
chore: Upgrade Python requirements (#937)
* chore: Upgrade Python requirements * chore: updating static files Static files and version bump --------- Co-authored-by: Deborah Kaplan <[email protected]>
1 parent ff4bb01 commit 9fd75ac

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.29'
1+
__version__ = '0.4.30'

edx_credentials_themes/static/edx.org/css/edx.org.base.style-ltr.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edx_credentials_themes/static/edx.org/css/edx.org.base.style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edx_credentials_themes/static/edx.org/css/edx.org.certificate.style-ltr.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edx_credentials_themes/static/edx.org/css/edx.org.certificate.style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asgiref==3.8.1
88
# via django
9-
django==4.2.19
9+
django==4.2.20
1010
# via
1111
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1212
# -r requirements/base.in

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.8.2
15+
setuptools==76.0.0
1616
# via -r requirements/pip.in

0 commit comments

Comments
 (0)