Skip to content

Commit

Permalink
build(deps): bump pyodbc from 4.0.39 to 5.0.1 (#1418)
Browse files Browse the repository at this point in the history
Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 4.0.39 to 5.0.1.
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@4.0.39...5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent d149fe4 commit 5167606
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 40 deletions.
74 changes: 35 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bearer = {version = "3.1.0", optional = true}
oauthlib = {version = "3.2.2", optional = true}
requests-oauthlib = {version = "1.3.1", optional = true}
awswrangler = {version = "^3.0.0", optional = true}
pyodbc = {version = "^4", optional = true}
pyodbc = {version = ">=4,<6", optional = true}
clickhouse-driver = {version = ">=0.2.3,<1.0", optional = true}
dataiku-api-client = {version = ">=9.0.1,<13.0.0", optional = true}
elasticsearch = {version = ">=7.11.0,<8", optional = true}
Expand Down

0 comments on commit 5167606

Please sign in to comment.