From f91014abbf6f511901e39749ef0fd941b4815c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 05:03:45 +0000 Subject: [PATCH 1/2] Update tox requirement from ~=4.4 to ~=4.5 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.4.0...4.5.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 8ad57e1d..f29edec8 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,4 +2,4 @@ dbt-tests-adapter~=1.4.5 mypy==1.2.0 # patch updates have historically introduced breaking changes pre-commit~=3.2 pytest~=7.2 -tox~=4.4 +tox~=4.5 From 2750fc272d790b4fb1acd289232b5760267a0ebb Mon Sep 17 00:00:00 2001 From: starburstdata-automation Date: Tue, 25 Apr 2023 05:04:04 +0000 Subject: [PATCH 2/2] Update tox requirement from ~=4.4 to ~=4.5 --- .changes/unreleased/Dependencies-20230425-050403.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230425-050403.yaml diff --git a/.changes/unreleased/Dependencies-20230425-050403.yaml b/.changes/unreleased/Dependencies-20230425-050403.yaml new file mode 100644 index 00000000..449b5a4d --- /dev/null +++ b/.changes/unreleased/Dependencies-20230425-050403.yaml @@ -0,0 +1,7 @@ +kind: Dependencies +body: "Update tox requirement from ~=4.4 to ~=4.5" +time: 2023-04-25T05:04:03.00000Z +custom: + Author: dependabot[bot] + Issue: '' + PR: 290