Skip to content

Commit

Permalink
Update SQLAlchemy dependency to version >=2
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <[email protected]>
  • Loading branch information
Jesse Whitehouse committed Sep 29, 2023
1 parent fdf0135 commit c7f9596
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
107 changes: 57 additions & 50 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ numpy = [
{ version = ">=1.16.6", python = ">=3.7,<3.11" },
{ version = ">=1.23.4", python = ">=3.11" },
]
sqlalchemy = "^1.3.24"
sqlalchemy = "2.0.21"
openpyxl = "^3.0.10"
alembic = "^1.0.11"
urllib3 = ">=1.0"
Expand Down

0 comments on commit c7f9596

Please sign in to comment.