Skip to content

Commit

Permalink
Updating Python Requirements (#222)
Browse files Browse the repository at this point in the history
squash! Updating Python Requirements

Bump patch version for requirements
  • Loading branch information
edx-requirements-bot authored Jun 3, 2021
1 parent 2b4d267 commit 41257bd
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.1.68'
__version__ = '0.1.69'
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
certifi==2020.12.5
certifi==2021.5.30
# via requests
chardet==4.0.0
# via requests
django==2.2.23
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
certifi==2020.12.5
certifi==2021.5.30
# via
# -r requirements/base.txt
# requests
chardet==4.0.0
# via
# -r requirements/base.txt
# requests
django==2.2.23
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down

0 comments on commit 41257bd

Please sign in to comment.