Skip to content

Commit

Permalink
Update pyodbc requirement from <5.1.0,>=4.0.35 to >=4.0.35,<5.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pyodbc](https://github.com/mkleehammer/pyodbc) to permit the latest version.
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@4.0.35...5.1.0)

---
updated-dependencies:
- dependency-name: pyodbc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent a97aa2f commit ee28337
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 @@ -67,7 +67,7 @@ def run(self):
include_package_data=True,
install_requires=[
"dbt-core~=1.7.2",
"pyodbc>=4.0.35,<5.1.0",
"pyodbc>=4.0.35,<5.2.0",
"azure-identity>=1.12.0",
],
cmdclass={
Expand Down

0 comments on commit ee28337

Please sign in to comment.