Skip to content

Commit

Permalink
chore: upgrade eox-tenant requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 27, 2024
1 parent 380ceb5 commit a7cceee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django==4.2.16
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
eox-tenant==12.0.0
eox-tenant==12.1.0
# via -r requirements/base.in
six==1.16.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tomli==2.1.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools
zipp==3.20.2
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dill==0.3.9
# djangorestframework
djangorestframework==3.15.2
# via -r requirements/test.in
eox-tenant==12.0.0
eox-tenant==12.1.0
# via -r requirements/base.txt
exceptiongroup==1.2.2
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ tox==4.23.2
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.27.1
virtualenv==20.28.0
# via tox

0 comments on commit a7cceee

Please sign in to comment.