Skip to content

Commit

Permalink
Python Requirements Update (#821)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

Bump patch version for requirements

* fix: rebuild css

---------

Co-authored-by: Maxwell Frank <[email protected]>
Co-authored-by: Maxwell Frank <[email protected]>
  • Loading branch information
3 people authored May 31, 2024
1 parent 277374d commit 881dcab
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.15'
__version__ = '0.4.16'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyyaml==6.0.1
# via edx-i18n-tools
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via asgiref
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref

0 comments on commit 881dcab

Please sign in to comment.