Skip to content

Commit

Permalink
Chore(deps): Bump sqlalchemy-bigquery from 1.9.0 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy-bigquery](https://github.com/googleapis/python-bigquery-sqlalchemy) from 1.9.0 to 1.11.0.
- [Release notes](https://github.com/googleapis/python-bigquery-sqlalchemy/releases)
- [Changelog](https://github.com/googleapis/python-bigquery-sqlalchemy/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery-sqlalchemy@v1.9.0...v1.11.0)

---
updated-dependencies:
- dependency-name: sqlalchemy-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent cbd9eec commit 01e1f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -42,7 +42,7 @@ sqlalchemy = "1.4.51"
types-pyyaml = "^6.0.12.12"

# TODO: Remove this arbitrary python constraint once `sqlalchemy-bigquery` has done so.
sqlalchemy-bigquery = { version = "1.9.0", python = "<3.13" }
sqlalchemy-bigquery = { version = "1.11.0", python = "<3.13" }
airbyte-api = "^0.49.2"
google-cloud-bigquery-storage = "^2.25.0"
pyiceberg = "^0.6.1"
Expand Down

0 comments on commit 01e1f3d

Please sign in to comment.