Skip to content

Commit 941ff63

Browse files
edx-requirements-botjsnwesson
authored andcommitted
chore: Upgrade Python requirements
1 parent c339c8e commit 941ff63

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.5.2'
1+
__version__ = '0.5.3'

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ asgiref==3.9.1
88
# via django
99
django==4.2.23
1010
# via
11-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
11+
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1212
# -r requirements/base.in
1313
# edx-i18n-tools
1414
edx-i18n-tools==1.9.0
1515
# via -r requirements/base.in
16-
lxml[html-clean,html_clean]==6.0.0
16+
lxml[html-clean]==6.0.0
1717
# via
1818
# -r requirements/base.in
1919
# edx-i18n-tools

requirements/pip_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2.post1
7+
build==1.3.0
88
# via pip-tools
99
click==8.2.1
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.4.1
13+
pip-tools==7.5.0
1414
# via -r requirements/pip_tools.in
1515
pyproject-hooks==1.2.0
1616
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ asgiref==3.9.1
99
# -r requirements/base.txt
1010
# django
1111
# via
12-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
12+
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1313
# -r requirements/base.txt
1414
# edx-i18n-tools
1515
edx-i18n-tools==1.9.0

0 commit comments

Comments
 (0)