Update SQLAlchemy version and modify test fixture

This commit is contained in:
2024-03-29 19:37:25 -04:00
parent 08845f792a
commit 9e0d8bc244
3 changed files with 67 additions and 51 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class PublishCommand(Command):
requires = [
"SQLAlchemy",
"SQLAlchemy>=2.0",
"tablib>=0.11.4",
"openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
"docopt",