Skip to content

Commit 594f13d

Browse files
chore(deps): bump the adbc group with 2 updates
Updates the requirements on [adbc-driver-flightsql](https://github.com/apache/arrow-adbc) and [adbc-driver-manager](https://github.com/apache/arrow-adbc) to permit the latest version. Updates `adbc-driver-flightsql` to 1.11.0 - [Release notes](https://github.com/apache/arrow-adbc/releases) - [Changelog](https://github.com/apache/arrow-adbc/blob/main/CHANGELOG.md) - [Commits](apache/arrow-adbc@go/adbc/v1.3.0...go/adbc/v1.11.0) Updates `adbc-driver-manager` to 1.11.0 - [Release notes](https://github.com/apache/arrow-adbc/releases) - [Changelog](https://github.com/apache/arrow-adbc/blob/main/CHANGELOG.md) - [Commits](apache/arrow-adbc@go/adbc/v1.3.0...go/adbc/v1.11.0) --- updated-dependencies: - dependency-name: adbc-driver-flightsql dependency-version: 1.11.0 dependency-type: direct:development dependency-group: adbc - dependency-name: adbc-driver-manager dependency-version: 1.11.0 dependency-type: direct:development dependency-group: adbc ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c7a859 commit 594f13d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ test = [
5454
"bandit>=1.7.8",
5555
"pandas>=2.0.0",
5656
"pyarrow>=18.0.0",
57-
"adbc-driver-flightsql>=1.3.0",
58-
"adbc-driver-manager>=1.3.0",
57+
"adbc-driver-flightsql>=1.11.0",
58+
"adbc-driver-manager>=1.11.0",
5959
]
6060
params = [
61-
"adbc-driver-flightsql>=1.3.0",
62-
"adbc-driver-manager>=1.3.0",
61+
"adbc-driver-flightsql>=1.11.0",
62+
"adbc-driver-manager>=1.11.0",
6363
]
6464

6565
# ============== Tool Configuration ==============

0 commit comments

Comments
 (0)