Skip to content

Commit b2226a9

Browse files
Bump sqlalchemy from 1.4.22 to 1.4.23
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.22 to 1.4.23. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38cf138 commit b2226a9

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

poetry.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sodapy = ">=2.1"
3535
# Extra requirements for Pandas ingestion
3636
pandas = {version = ">=0.24", extras = ["ingestion"], optional = true }
3737
# Workaround for https://github.com/python-poetry/poetry/issues/4402
38-
sqlalchemy = { version = "^1.3,<1.4.23", extras = ["ingestion"], optional = true }
38+
sqlalchemy = { version = ">=1.3,<2.0", extras = ["ingestion"], optional = true }
3939

4040
# Fork of pipelinewise-target-postgres without dep pinning so that we can use it as a library
4141
splitgraph-pipelinewise-target-postgres = ">=2.1.0"

0 commit comments

Comments
 (0)