chore(deps-dev): update sqlalchemy-redshift requirement

Updates the requirements on [sqlalchemy-redshift](https://github.com/sqlalchemy-redshift/sqlalchemy-redshift) to permit the latest version.
- [Changelog](https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/compare/0.8.1...1.0.0)

---
updated-dependencies:
- dependency-name: sqlalchemy-redshift
  dependency-version: 1.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-04 23:41:23 +00:00
committed by GitHub
parent 76955017eb
commit 7c2be4b1a6

View File

@@ -179,7 +179,7 @@ postgres = ["psycopg2-binary==2.9.12"]
presto = ["pyhive[presto]>=0.6.5"]
trino = ["trino>=0.328.0"]
prophet = ["prophet>=1.1.6, <2"]
redshift = ["sqlalchemy-redshift>=0.8.1, <0.9"]
redshift = ["sqlalchemy-redshift>=0.8.1, <1.1"]
risingwave = ["sqlalchemy-risingwave"]
shillelagh = ["shillelagh[all]>=1.4.4, <2"]
singlestore = ["sqlalchemy-singlestoredb>=1.1.1, <2"]