Skip to content

Commit

Permalink
chore: Updating Python Requirements (#816)
Browse files Browse the repository at this point in the history
Bump patch version for requirements
  • Loading branch information
edx-requirements-bot authored May 14, 2024
1 parent 5c65c23 commit b5cc0ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.13'
__version__ = '0.4.14'
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.12
django==4.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# edx-i18n-tools
edx-i18n-tools==1.6.0
# via -r requirements/base.in
lxml[html-clean,html_clean]==5.2.1
lxml[html-clean,html_clean]==5.2.2
# via
# -r requirements/base.in
# edx-i18n-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# edx-i18n-tools
edx-i18n-tools==1.6.0
# via -r requirements/base.txt
lxml[html-clean]==5.2.1
lxml[html-clean]==5.2.2
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down

0 comments on commit b5cc0ac

Please sign in to comment.