From f72c23e02eadde8412d0c5380494042a4b9e454b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 23:05:20 +0000 Subject: [PATCH] chore(deps): bump tabulate from 0.8.9 to 0.9.0 Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.9 to 0.9.0. - [Release notes](https://github.com/astanin/python-tabulate/releases) - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.9...v0.9.0) --- updated-dependencies: - dependency-name: tabulate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 62e64a99..0ce9287c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1603,13 +1603,13 @@ dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] [[package]] name = "tabulate" -version = "0.8.10" +version = "0.9.0" description = "Pretty-print tabular data" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "tabulate-0.8.10-py3-none-any.whl", hash = "sha256:0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc"}, - {file = "tabulate-0.8.10.tar.gz", hash = "sha256:6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"}, + {file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"}, + {file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"}, ] [package.extras] @@ -2004,4 +2004,4 @@ test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "74095f0b2be462abf5edf0397ec3c7349c9bd8c846d4afb4a7b93d59e4b4a5b7" +content-hash = "1e80db92b22c5c9b32f59675ec3b4258f2b795ed2a223bfe80cc599b5dfeb7ee" diff --git a/pyproject.toml b/pyproject.toml index 50824933..72c08771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = ">=3.10.0,<3.12" beautifulsoup4 = "^4.12.3" sympy = "^1.13.2" requests = ">=2.32.3,<3" -tabulate = "~0.8.9" +tabulate = "~0.9.0" "discord.py" = {version = "~1.7.3", extras = ["voice"]} opencv-python = "==4.10.0.84" pytz = ">=2024.1"