Skip to content

Commit

Permalink
Update dependency tox to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2023
1 parent 907b493 commit d2a8844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py.requirements/develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ modernize >= 0.5
-r testing.txt
coverage >= 4.2
pytest-cov
tox >= 1.8.1,<4.0 # -- HINT: tox >= 4.0 has breaking changes.
tox >=4.6.3,<4.7 # -- HINT: tox >= 4.0 has breaking changes.
virtualenv < 20.22.0 # -- SUPPORT FOR: Python 2.7, Python <= 3.6

# -- REQUIRED FOR: docs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def find_packages_by_root_package(where):
"PyHamcrest >= 2.0.2; python_version >= '3.0'",
"PyHamcrest < 2.0; python_version < '3.0'",
"pytest-cov",
"tox >= 1.8.1,<4.0", # -- HINT: tox >= 4.0 has breaking changes.
"tox >=4.6.3,<4.7", # -- HINT: tox >= 4.0 has breaking changes.
"virtualenv < 20.22.0", # -- SUPPORT FOR: Python 2.7, Python <= 3.6
"invoke >=1.7.0,<2.0; python_version < '3.6'",
"invoke >=1.7.0; python_version >= '3.6'",
Expand Down

0 comments on commit d2a8844

Please sign in to comment.