Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
Run `make upgrade` to bump patch version for requirements. Mainly
to upgrade edx-i18n-tools to version 1.2.0

Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Sep 14, 2023
1 parent 1bad097 commit ce3c197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django==3.2.21
# -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.1.0
edx-i18n-tools==1.2.0
# via -r requirements/base.in
path==16.7.1
# via edx-i18n-tools
Expand Down
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.1
setuptools==68.2.2
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django==3.2.21
# -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.1.0
edx-i18n-tools==1.2.0
# via -r requirements/base.txt
path==16.7.1
# via
Expand Down

0 comments on commit ce3c197

Please sign in to comment.