Skip to content

Commit

Permalink
Update tox requirement from ~=3.0 to ~=4.5 (#416)
Browse files Browse the repository at this point in the history
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](https://github.com/tox-dev/tox/commits/4.5.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent e178459 commit aa98c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest-logbook~=1.2
pytest-xdist~=3.2
pytz~=2023.3
tox~=3.0;python_version=="3.7"
tox~=4.4;python_version>="3.8"
tox~=4.5;python_version>="3.8"
types-pytz~=2023.3
types-requests~=2.28
twine~=4.0
Expand Down

0 comments on commit aa98c95

Please sign in to comment.