Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyodbc requirement from ~=4.0.39 to ~=5.0.0 #905

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Updates the requirements on pyodbc to permit the latest version.

Release notes

Sourced from pyodbc's releases.

5.0.0 Release

This is the first 3.x only pyodbc release, supporting Python 3.8-3.12.

The API is backwards compatible, so previous Python 3 products using pyodbc should not need any changes.

Please note that macOS ARM / Apple Silicon binary builds have been problematic due inconsistencies in the way unixODBC libraries can be installed. Please see the issues and discussions.

Commits
  • 7f91191 Updating version to 5.0.0
  • 215dbaa params: Move xdecrefs after last use
  • 8a4555d Allow customization of default odbc version
  • 36148c3 Upgrade Python syntax with pyupgrade --py38-plus
  • d84993b Drop support for EOL Python 3.7
  • 885a84c Remove redundant code for dropped Python versions
  • ce93b61 Add support for Python 3.12
  • e364558 Fix segfault for empty iterators
  • c271ae5 update tox.ini for version 5
  • ee0ad21 Revert CI mac wheel changes.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot bot requested a review from a team as a code owner October 10, 2023 22:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2023
@cla-bot cla-bot bot added the cla:yes label Oct 10, 2023
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-spark contributing guide.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2023

A newer version of pyodbc exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mikealfare mikealfare merged commit 76f890e into main Oct 27, 2023
17 checks passed
@mikealfare mikealfare deleted the dependabot/pip/pyodbc-approx-eq-5.0.0 branch October 27, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants