Skip to content

Commit

Permalink
Update dbt-adapters requirement from ~=0.1.0a6 to >=0.1,<1.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: dbt-adapters
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 8639a0a commit 06cad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
"pyodbc>=4.0.35,<5.2.0",
"azure-identity>=1.12.0",
"dbt-common~=0.1.6",
"dbt-adapters~=0.1.0a6",
"dbt-adapters>=0.1,<1.1",
],
cmdclass={
"verify": VerifyVersionCommand,
Expand Down

0 comments on commit 06cad95

Please sign in to comment.