Skip to content

Commit

Permalink
Update dbt-core requirement from <1.6.0,>=1.0.0 to >=1.0.0,<1.7.0 (#38)
Browse files Browse the repository at this point in the history
* Update dbt-core requirement from <1.6.0,>=1.0.0 to >=1.0.0,<1.7.0

Updates the requirements on [dbt-core](https://github.com/dbt-labs/dbt-core) to permit the latest version.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.6.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.0.0...v1.6.0)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add change log entry about support dbt v1.6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cor Zuurmond <[email protected]>
  • Loading branch information
dependabot[bot] and JCZuurmond authored Aug 9, 2023
1 parent 6f50454 commit 1888190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Support dbt v1.6 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/37), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/38))

## [0.2.1] - 2023-05-03

- Support dbt v1.5 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/34))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
packages = find:
package_dir = =src
install_requires =
dbt-core>=1.0.0,<1.6.0
dbt-core>=1.0.0,<1.7.0
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit 1888190

Please sign in to comment.