diff --git a/poetry.lock b/poetry.lock index 3312980..99342e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -862,7 +862,7 @@ postgres = ["psycopg2", "SQLAlchemy"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "60aedf525b1e49e55b4996dcb151faee45d77da28bde807e5db23b8161c1178f" +content-hash = "fef26a71245dad5cdeb33ec8ce0e0ebb59ba40e6f7919145d97c2f5be3da90b4" [metadata.files] alembic = [ diff --git a/pyproject.toml b/pyproject.toml index ac6e0a2..713f87d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carte-cli" -version = "0.3.26" +version = "0.3.27" description = "A static site generator for data catalogs" authors = ["Balint Haller <balint@hey.com>"] license = "GPL-3.0-or-later" @@ -22,7 +22,7 @@ click-spinner = "~0.1.10" psycopg2 = { version = "~2.8.6", optional = true } SQLAlchemy = { version = "^1.3.6", optional = true } Jinja2 = "~2.11.3" -pandas = "^1.4.3" +pandas = "^1.3.5" [tool.poetry.extras] postgres = ["psycopg2", "SQLAlchemy"]