Update tox requirement from ==4.12.* to ==4.13.* (#371)

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/compare/4.12.0...4.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-03-13 11:56:00 +01:00 committed by GitHub
parent 4c2b7f21fd
commit 761e1dc02f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
coverage == 7.4.* coverage == 7.4.*
pre-commit == 3.5.* pre-commit == 3.5.*
psycopg2-binary == 2.9.* psycopg2-binary == 2.9.*
tox == 4.12.* tox == 4.13.*