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/.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/.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/.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..b0c873c03 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,16 +5,16 @@ 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" 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.3 +pre-commit~=3.4 pre-commit-hooks~=4.4 pytest~=7.4 pytest-csv~=3.0 @@ -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