Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-xdist-approx-eq-3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Nov 27, 2023
2 parents c93e004 + 631467a commit f2f20f3
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-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-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
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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.2
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.0 # patch updates have historically introduced breaking changes
pip-tools~=7.3
pre-commit~=3.5
pre-commit-hooks~=4.5
Expand All @@ -28,4 +28,4 @@ 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 f2f20f3

Please sign in to comment.