From 0dd6abec495d3b9b18105d01c4a26bc88e3ec6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:20:21 -0400 Subject: [PATCH] Update tox requirement from ~=4.7 to ~=4.8 (#880) * Update tox requirement from ~=4.7 to ~=4.8 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.7.0...4.8.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot --- .changes/unreleased/Dependencies-20230814-005415.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230814-005415.yaml diff --git a/.changes/unreleased/Dependencies-20230814-005415.yaml b/.changes/unreleased/Dependencies-20230814-005415.yaml new file mode 100644 index 000000000..f1722073f --- /dev/null +++ b/.changes/unreleased/Dependencies-20230814-005415.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update tox requirement from ~=4.7 to ~=4.8" +time: 2023-08-14T00:54:15.00000Z +custom: + Author: dependabot[bot] + PR: 880 diff --git a/dev-requirements.txt b/dev-requirements.txt index 9782c95ff..7e4f53f6d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-dotenv~=0.5.2 pytest-logbook~=1.2 pytest-xdist~=3.3 pytz~=2023.3 -tox~=4.7 +tox~=4.8 types-pytz~=2023.3 types-protobuf~=4.24 types-requests~=2.31