Skip to content

Commit

Permalink
chore(deps-dev): update tox requirement from ~=4.19 to ~=4.20 (#1021)
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](tox-dev/tox@4.19.0...4.20.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 Sep 20, 2024
1 parent 54a9ef1 commit bb8d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pylint-quotes = "~=0.2.3"
pytest = "~=8.3"
pytest-cov = "~=4.1"
python-dateutil = "~=2.9"
tox = "~=4.19"
tox = "~=4.20"
types-python-dateutil = "~=2.9"

[packages]
Expand Down

0 comments on commit bb8d509

Please sign in to comment.