Skip to content

Commit

Permalink
chore(deps): update dependency sqlalchemy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2023
1 parent 0d58f95 commit 19bddd3
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 72 deletions.
131 changes: 61 additions & 70 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/Mause/duckdb_engine"
[tool.poetry.dependencies]
python = ">=3.7"
duckdb = ">=0.4.0"
sqlalchemy = "^1.3.19"
sqlalchemy = "^2.0.0"
numpy = "*"

[tool.poetry.dev-dependencies]
Expand All @@ -25,7 +25,7 @@ mypy = "^0.991"
hypothesis = "^6.65.1"
pandas = "^1"
ipython-sql = "^0.4.1"
sqlalchemy = {version="^1.3.19", extras=['mypy']}
sqlalchemy = {version="^2.0.0", extras=['mypy']}
pytest-cov = {extras = ["coverage"], version = "^4.0.0"}
snapshottest = "^0.6.0"

Expand Down

0 comments on commit 19bddd3

Please sign in to comment.