Skip to content

Commit

Permalink
fix: Replaced whitelist_externals with allowlist_externals in tox and…
Browse files Browse the repository at this point in the history
… removed tox-battery
  • Loading branch information
edx-requirements-bot committed Oct 23, 2023
1 parent d28d78b commit 92b387d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
16 changes: 4 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrow==1.3.0
# via
# -r requirements/test.txt
# cookiecutter
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -50,7 +50,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -166,10 +166,6 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
lxml==4.9.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -250,7 +246,7 @@ pygments==2.16.1
# -r requirements/test.txt
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -261,7 +257,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -411,10 +407,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
xblock==1.8.1
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ botocore==1.31.68
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
django==2.2.28
# via
Expand Down
12 changes: 4 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# fs
arrow==1.3.0
# via cookiecutter
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.in
# pylint
Expand All @@ -34,7 +34,7 @@ certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -113,8 +113,6 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/django.txt
Expand Down Expand Up @@ -169,7 +167,7 @@ pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -178,7 +176,7 @@ pylint==2.17.7
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -289,8 +287,6 @@ webob==1.8.7
# -r requirements/django.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via astroid
xblock==1.8.1
# via xblock-sdk
xblock-sdk==0.7.0
Expand Down

0 comments on commit 92b387d

Please sign in to comment.