diff --git a/poetry.lock b/poetry.lock index e6bfac08..82b22cde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2264,14 +2264,14 @@ doc = ["sphinx"] [[package]] name = "tabulate" -version = "0.9.0" +version = "0.10.0" description = "Pretty-print tabular data" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["test"] files = [ - {file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"}, - {file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"}, + {file = "tabulate-0.10.0-py3-none-any.whl", hash = "sha256:f0b0622e567335c8fabaaa659f1b33bcb6ddfe2e496071b743aa113f8774f2d3"}, + {file = "tabulate-0.10.0.tar.gz", hash = "sha256:e2cfde8f79420f6deeffdeda9aaec3b6bc5abce947655d17ac662b126e48a60d"}, ] [package.extras] @@ -2949,4 +2949,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "5e61f8b2bbcd984dda9bf67a1b0c91ee524f62f13025da25cdb8cfbb176590e4" +content-hash = "3759fd70597c79048cebeb4fc0a1a1caa1d8a50bef0948a5a3dda1eaf13fddf5" diff --git a/pyproject.toml b/pyproject.toml index 3b7efdbd..ffd73d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest-html = "^4.1.1" pytest-html-merger = ">=0.0.10,<0.1.1" toxiproxy-python = "^0.1.1" parameterized = "^0.9.0" -tabulate = "^0.9.0" +tabulate = ">=0.9,<0.11" psycopg = "^3.3.1" psycopg-binary = "^3.3.1" mysql-connector-python = "^9.5.0"