This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66-r test.txt # Dependencies required for running tests
77
88tox # Virtualenv management for tests
9- tox-battery # Makes tox aware of requirements file changes
Original file line number Diff line number Diff line change @@ -79,9 +79,6 @@ tox==3.28.0
7979 # via
8080 # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
8181 # -r requirements/dev.in
82- # tox-battery
83- tox-battery==0.6.2
84- # via -r requirements/dev.in
8582virtualenv==20.24.5
8683 # via tox
8784wheel==0.41.2
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ beautifulsoup4==4.12.2
1616 # via pydata-sphinx-theme
1717certifi==2023.7.22
1818 # via requests
19- charset-normalizer==3.3.0
19+ charset-normalizer==3.3.1
2020 # via requests
2121doc8==1.1.1
2222 # via -r requirements/doc.in
@@ -93,7 +93,7 @@ tomli==2.0.1
9393 # via doc8
9494typing-extensions==4.8.0
9595 # via pydata-sphinx-theme
96- urllib3==2.0.6
96+ urllib3==2.0.7
9797 # via requests
9898zipp==3.17.0
9999 # via importlib-metadata
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ wheel==0.41.2
88 # via -r requirements/pip.in
99
1010# The following packages are considered to be unsafe in a requirements file:
11- pip==23.2 .1
11+ pip==23.3 .1
1212 # via -r requirements/pip.in
1313setuptools==68.2.2
1414 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ignore=D001
99[testenv:docs]
1010setenv =
1111 PYTHONPATH = {toxinidir}
12- whitelist_externals =
12+ allowlist_externals =
1313 make
1414 rm
1515deps =
You can’t perform that action at this time.
0 commit comments