From 9a4fc6faeabecb88bdb5604ec127219827d90e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:16:06 -0400 Subject: [PATCH 1/4] Update black requirement from ~=23.7 to ~=23.9 (#886) * Update black requirement from ~=23.7 to ~=23.9 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.7.0...23.9.1) --- updated-dependencies: - dependency-name: black 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-20230911-222120.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230911-222120.yaml diff --git a/.changes/unreleased/Dependencies-20230911-222120.yaml b/.changes/unreleased/Dependencies-20230911-222120.yaml new file mode 100644 index 000000000..b1b2b68bf --- /dev/null +++ b/.changes/unreleased/Dependencies-20230911-222120.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update black requirement from ~=23.7 to ~=23.9" +time: 2023-09-11T22:21:20.00000Z +custom: + Author: dependabot[bot] + PR: 886 diff --git a/dev-requirements.txt b/dev-requirements.txt index 6a4aec12d..fc0072b51 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory= # if version 1.x or greater -> pin to major version # if version 0.x -> pin to minor -black~=23.7 +black~=23.9 bumpversion~=0.6.0 click~=8.1 flake8~=6.1;python_version>="3.8" From ec16f32c344a71fade3b00631d96ed219621b84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:18:44 +0000 Subject: [PATCH 2/4] Update pre-commit requirement from ~=3.3 to ~=3.4 (#884) * Update pre-commit requirement from ~=3.3 to ~=3.4 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: pre-commit 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 Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20230904-221612.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230904-221612.yaml diff --git a/.changes/unreleased/Dependencies-20230904-221612.yaml b/.changes/unreleased/Dependencies-20230904-221612.yaml new file mode 100644 index 000000000..50d6dbf5e --- /dev/null +++ b/.changes/unreleased/Dependencies-20230904-221612.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.3 to ~=3.4" +time: 2023-09-04T22:16:12.00000Z +custom: + Author: dependabot[bot] + PR: 884 diff --git a/dev-requirements.txt b/dev-requirements.txt index fc0072b51..44f650165 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ freezegun~=1.2 ipdb~=0.13.13 mypy==1.5.0 # patch updates have historically introduced breaking changes pip-tools~=7.3 -pre-commit~=3.3 +pre-commit~=3.4 pre-commit-hooks~=4.4 pytest~=7.4 pytest-csv~=3.0 From 833950395d2cb90261e819be7189cc9af7db0506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:22:56 +0000 Subject: [PATCH 3/4] Update tox requirement from ~=4.9 to ~=4.10 (#879) * 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] * 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-20230825-154517.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 44f650165..11e08f1e7 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 af4674c6d76f9b72abd933f2a61af0fc4182ce99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 02:06:23 +0000 Subject: [PATCH 4/4] Bump mypy from 1.5.0 to 1.5.1 (#875) * Bump mypy from 1.5.0 to 1.5.1 Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... 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 Co-authored-by: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com> --- .changes/unreleased/Dependencies-20230816-221455.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230816-221455.yaml diff --git a/.changes/unreleased/Dependencies-20230816-221455.yaml b/.changes/unreleased/Dependencies-20230816-221455.yaml new file mode 100644 index 000000000..01a28c487 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230816-221455.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.5.0 to 1.5.1" +time: 2023-08-16T22:14:55.00000Z +custom: + Author: dependabot[bot] + PR: 875 diff --git a/dev-requirements.txt b/dev-requirements.txt index 11e08f1e7..b0c873c03 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ flake8~=6.1;python_version>="3.8" flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13 -mypy==1.5.0 # patch updates have historically introduced breaking changes +mypy==1.5.1 # patch updates have historically introduced breaking changes pip-tools~=7.3 pre-commit~=3.4 pre-commit-hooks~=4.4