Skip to content

Commit

Permalink
chore: Updating Python Requirements (#786)
Browse files Browse the repository at this point in the history
Bump patch version for requirements
  • Loading branch information
edx-requirements-bot authored Mar 12, 2024
1 parent 271391a commit 8ecca7b
Show file tree
Hide file tree
Showing 3 changed files with 5 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.6'
__version__ = '0.4.7'
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
Expand All @@ -23,7 +23,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down

0 comments on commit 8ecca7b

Please sign in to comment.