Skip to content

Commit

Permalink
chore: Updating Python Requirements (#803)
Browse files Browse the repository at this point in the history
Bump patch version for requirements
  • Loading branch information
edx-requirements-bot authored Apr 16, 2024
1 parent f093941 commit 87777ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10'
__version__ = '0.4.11'
4 changes: 2 additions & 2 deletions 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.3.0
edx-i18n-tools==1.5.0
# via -r requirements/base.in
lxml[html-clean,html_clean]==5.2.1
# via
Expand All @@ -30,7 +30,7 @@ polib==1.2.0
# via edx-i18n-tools
pyyaml==6.0.1
# via edx-i18n-tools
sqlparse==0.4.4
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
# via asgiref
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions 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.3.0
edx-i18n-tools==1.5.0
# via -r requirements/base.txt
lxml[html-clean]==5.2.1
# via
Expand All @@ -40,7 +40,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# edx-i18n-tools
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 87777ac

Please sign in to comment.