From 9fa1ef1e2e00f4c4d62af79179232532e0b8e84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:44:59 +0000 Subject: [PATCH 1/2] Update tox requirement from ~=4.9 to ~=4.10 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.9.0...4.10.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6a4aec12d..a8f6dc021 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-dotenv~=0.5.2 pytest-logbook~=1.2 pytest-xdist~=3.3 pytz~=2023.3 -tox~=4.9 +tox~=4.10 types-pytz~=2023.3 types-requests~=2.31 twine~=4.0 From 5b9f7a9f5f71cdbff1eb94e0169f4faf5233b973 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 25 Aug 2023 15:45:17 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230825-154517.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230825-154517.yaml diff --git a/.changes/unreleased/Dependencies-20230825-154517.yaml b/.changes/unreleased/Dependencies-20230825-154517.yaml new file mode 100644 index 000000000..3afae44e4 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230825-154517.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update tox requirement from ~=4.9 to ~=4.10" +time: 2023-08-25T15:45:17.00000Z +custom: + Author: dependabot[bot] + PR: 879