Skip to content

Commit 2724b31

Browse files
chore: Upgrade Python requirements (#1003)
1 parent bd1322d commit 2724b31

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -13,7 +13,7 @@ django==4.2.23
1313
# edx-i18n-tools
1414
edx-i18n-tools==1.9.0
1515
# via -r requirements/base.in
16-
lxml[html-clean]==6.0.0
16+
lxml[html-clean]==6.0.1
1717
# via
1818
# -r requirements/base.in
1919
# edx-i18n-tools

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/pip_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -14,7 +14,7 @@ asgiref==3.9.1
1414
# edx-i18n-tools
1515
edx-i18n-tools==1.9.0
1616
# via -r requirements/base.txt
17-
lxml[html-clean]==6.0.0
17+
lxml[html-clean]==6.0.1
1818
# via
1919
# -r requirements/base.txt
2020
# edx-i18n-tools

0 commit comments

Comments
 (0)