Skip to content

Commit

Permalink
chore: Updating Python Requirements (#809)
Browse files Browse the repository at this point in the history
Bump patch version for requirements

Co-authored-by: Maxwell Frank <[email protected]>
  • Loading branch information
edx-requirements-bot and MaxFrank13 authored May 1, 2024
1 parent 6c2d212 commit a86c068
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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.11'
__version__ = '0.4.12'
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django==4.2.11
# -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.5.0
edx-i18n-tools==1.6.0
# via -r requirements/base.in
lxml[html-clean,html_clean]==5.2.1
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# edx-i18n-tools
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/base.txt
lxml[html-clean]==5.2.1
# via
Expand Down

0 comments on commit a86c068

Please sign in to comment.