From 9effccedff00885827bffe8b25de01906e425341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:20:29 +0000 Subject: [PATCH] Update tox requirement from ~=4.10 to ~=4.11 (#594) * Update tox requirement from ~=4.10 to ~=4.11 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.10.0...4.11.1) --- 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-20230901-230919.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230901-230919.yaml diff --git a/.changes/unreleased/Dependencies-20230901-230919.yaml b/.changes/unreleased/Dependencies-20230901-230919.yaml new file mode 100644 index 000000000..178fc9ff5 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230901-230919.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update tox requirement from ~=4.10 to ~=4.11" +time: 2023-09-01T23:09:19.00000Z +custom: + Author: dependabot[bot] + PR: 594 diff --git a/dev-requirements.txt b/dev-requirements.txt index f887fe214..c4b2df3aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pytest-dotenv~=0.5.2 pytest-logbook~=1.2 pytest-xdist~=3.3 pytz~=2023.3 -tox~=4.10 +tox~=4.11 types-pytz~=2023.3 types-requests~=2.31 twine~=4.0