Skip to content

Commit

Permalink
Update pyodbc requirement from ~=4.0.39 to ~=5.0.0 (#905)
Browse files Browse the repository at this point in the history
* Update pyodbc requirement from ~=4.0.39 to ~=5.0.0

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.39...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 27, 2023
1 parent c4b3705 commit 76f890e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231010-222910.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update pyodbc requirement from ~=4.0.39 to ~=5.0.0"
time: 2023-10-10T22:29:10.00000Z
custom:
Author: dependabot[bot]
PR: 905
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyhive[hive_pure_sasl]~=0.7.0
requests>=2.28.1

pyodbc~=4.0.39
pyodbc~=5.0.0
sqlparams>=3.0.0
thrift>=0.13.0
sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 76f890e

Please sign in to comment.