Skip to content

Commit 45ca8cf

Browse files
chore(deps-dev): update tox requirement from ~=3.27 to ~=4.0 (#806)
* chore(deps-dev): update tox requirement from ~=3.27 to ~=4.0 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@3.27.0...4.0.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * add +allowlist_externals * use ci.sh Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <fly.49.89.over@gmail.com>
1 parent 3903e29 commit 45ca8cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pylint = "~=2.15.8"
1414
pytest = "~=7.2"
1515
pytest-cov = "~=4.0"
1616
python-dateutil = "~=2.8"
17-
tox = "~=3.27"
17+
tox = "~=4.0"
1818
typing-extensions = "~=4.4"
1919
types-python-dateutil = "~=2.8"
2020

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ commands =
1212
pipenv lock --clear
1313
pipenv install --dev
1414
./ci.sh
15+
allowlist_externals = ./ci.sh

0 commit comments

Comments
 (0)