Skip to content

Commit

Permalink
Merge branch 'main' into persist_view_column_comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jurasan authored Sep 12, 2023
2 parents 9916483 + af4674c commit f8ff20a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230816-221455.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230825-154517.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230904-221612.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230911-222120.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ 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
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
Expand Down

0 comments on commit f8ff20a

Please sign in to comment.