Skip to content

Commit

Permalink
Bump pyodbc from 4.0.34 to 4.0.35 (#519)
Browse files Browse the repository at this point in the history
* Bump pyodbc from 4.0.34 to 4.0.35

Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 4.0.34 to 4.0.35.
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@4.0.34...4.0.35)

---
updated-dependencies:
- dependency-name: pyodbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Add automated changelog yaml from template for bot PR

* sync `requirements.txt` and `setup.py`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Neelesh Salian <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
5 people authored Apr 24, 2023
1 parent 535e2a4 commit 8bc8c2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependency-20221116-221906.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: "Dependency"
body: "Bump pyodbc from 4.0.34 to 4.0.35"
time: 2022-11-16T22:19:06.00000Z
custom:
Author: dependabot[bot]
Issue: 417
PR: 519
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyHive[hive]>=0.6.0,<0.7.0
requests[python]>=2.28.1

pyodbc==4.0.34
pyodbc~=4.0.30
sqlparams>=3.0.0
thrift>=0.13.0
sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _get_dbt_core_version():
dbt_core_version = _get_dbt_core_version()
description = """The Apache Spark adapter plugin for dbt"""

odbc_extras = ["pyodbc>=4.0.30"]
odbc_extras = ["pyodbc~=4.0.30"]
pyhive_extras = [
"PyHive[hive]>=0.6.0,<0.7.0",
"thrift>=0.11.0,<0.17.0",
Expand Down

0 comments on commit 8bc8c2c

Please sign in to comment.