From 4b7b75e581af2c73ef4cd51b9bfecb503452d820 Mon Sep 17 00:00:00 2001 From: Josha Inglis Date: Tue, 14 May 2024 11:21:52 +1000 Subject: [PATCH] bump schemainspect --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e1578a..e1dedb8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -602,8 +602,8 @@ sqlalchemy = "*" [package.source] type = "git" url = "https://github.com/joshainglis/schemainspect.git" -reference = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" -resolved_reference = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" +reference = "eeda5c18d26fce006a826cfe63f8683b4490a321" +resolved_reference = "eeda5c18d26fce006a826cfe63f8683b4490a321" [[package]] name = "six" @@ -750,4 +750,4 @@ pg = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "6faf6d93767136e00153680e6bad588403a1d6c82cfdf50b59897e2c7f42f4b4" +content-hash = "a8b2e2da8d40ad1e81a156948e156b85f3263bf8af167f9065d4aa5c6c887400" diff --git a/pyproject.toml b/pyproject.toml index 16098a0..65ecd47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">=3.8,<4" sqlbag = "*" six = "*" #schemainspect = { path = "../schemainspect", develop = true } -schemainspect = { git = "https://github.com/joshainglis/schemainspect.git", rev = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" } +schemainspect = { git = "https://github.com/joshainglis/schemainspect.git", rev = "eeda5c18d26fce006a826cfe63f8683b4490a321" } psycopg2-binary = { version="*", optional = true } networkx = "^3.1"