Skip to content

Commit

Permalink
Merge branch 'main' into support-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Dec 1, 2023
2 parents 37a2b5c + 67feec4 commit 15d09dd
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231109-005623.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update black requirement from ~=23.10 to ~=23.11"
time: 2023-11-09T00:56:23.00000Z
custom:
Author: dependabot[bot]
PR: 1013
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231113-002529.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update pytest-xdist requirement from ~=3.3 to ~=3.4"
time: 2023-11-13T00:25:29.00000Z
custom:
Author: dependabot[bot]
PR: 1022
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231113-002621.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump mypy from 1.6.1 to 1.7.0"
time: 2023-11-13T00:26:21.00000Z
custom:
Author: dependabot[bot]
PR: 1023
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231116-001342.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update ddtrace requirement from ~=2.1 to ~=2.2"
time: 2023-11-16T00:13:42.00000Z
custom:
Author: dependabot[bot]
PR: 1028
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231127-004827.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update wheel requirement from ~=0.41 to ~=0.42"
time: 2023-11-27T00:48:27.00000Z
custom:
Author: dependabot[bot]
PR: 1033
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231128-005012.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump mypy from 1.7.0 to 1.7.1"
time: 2023-11-28T00:50:12.00000Z
custom:
Author: dependabot[bot]
PR: 1034
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231128-005103.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update ddtrace requirement from ~=2.2 to ~=2.3"
time: 2023-11-28T00:51:03.00000Z
custom:
Author: dependabot[bot]
PR: 1035
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231129-001523.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update pytest-xdist requirement from ~=3.4 to ~=3.5"
time: 2023-11-29T00:15:23.00000Z
custom:
Author: dependabot[bot]
PR: 1037
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ 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.10
black~=23.11
bumpversion~=0.6.0
click~=8.1
ddtrace~=2.1
ddtrace~=2.3
flake8~=6.1
flaky~=3.7
freezegun~=1.2
ipdb~=0.13.13
mypy==1.6.1 # patch updates have historically introduced breaking changes
mypy==1.7.1 # patch updates have historically introduced breaking changes
pip-tools~=7.3
pre-commit~=3.5
pre-commit-hooks~=4.5
pytest~=7.4
pytest-csv~=3.0
pytest-dotenv~=0.5.2
pytest-logbook~=1.2
pytest-xdist~=3.3
pytest-xdist~=3.5
pytz~=2023.3
tox~=4.11
types-pytz~=2023.3
types-protobuf~=4.24
types-requests~=2.31
twine~=4.0
wheel~=0.41
wheel~=0.42

0 comments on commit 15d09dd

Please sign in to comment.