Skip to content

Commit 12719bb

Browse files
committed
CI: Upgrade to latest SQLAlchemy 1.4.41
1 parent b0d7eb3 commit 12719bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest, macos-latest]
2020
python-version: ['3.7', '3.8', '3.9', '3.10']
2121
cratedb-version: ['4.8.0']
22-
sqla-version: ['1.3.24', '1.4.37']
22+
sqla-version: ['1.3.24', '1.4.41']
2323
fail-fast: true
2424
env:
2525
CRATEDB_VERSION: ${{ matrix.cratedb-version }}

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Default variables.
2020
BUILDOUT_VERSION=${BUILDOUT_VERSION:-2.13.7}
2121
CRATEDB_VERSION=${CRATEDB_VERSION:-4.8.1}
22-
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.37}
22+
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.41}
2323

2424

2525
function print_header() {

0 commit comments

Comments
 (0)