Skip to content

Commit

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

Bump patch version for requirements

* fix: add constraint for backports-zoneinfo for python < v3.9

---------

Co-authored-by: Justin Hynes <[email protected]>
  • Loading branch information
edx-requirements-bot and justinhynes authored Mar 7, 2024
1 parent 114e45c commit 271391a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 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.5'
__version__ = '0.4.6'
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
#
asgiref==3.7.2
# via django
django==3.2.24
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -19,8 +23,6 @@ path==16.10.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
pytz==2024.1
# via django
pyyaml==6.0.1
# via edx-i18n-tools
sqlparse==0.4.4
Expand Down
3 changes: 2 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt


backports-zoneinfo==0.2.1; python_version < '3.9'
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via
Expand Down
9 changes: 5 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -26,10 +31,6 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
pytz==2024.1
# via
# -r requirements/base.txt
# django
pyyaml==6.0.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 271391a

Please sign in to comment.