From e1b73985a3e0bff1b12e80cc43257c70b1204865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:32:49 +0000 Subject: [PATCH] build(deps): bump prettytable from 3.14.0 to 3.15.1 Bumps [prettytable](https://github.com/prettytable/prettytable) from 3.14.0 to 3.15.1. - [Release notes](https://github.com/prettytable/prettytable/releases) - [Changelog](https://github.com/prettytable/prettytable/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettytable/prettytable/compare/3.14.0...3.15.1) --- updated-dependencies: - dependency-name: prettytable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21c8c10e..71490d07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1475,13 +1475,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prettytable" -version = "3.14.0" +version = "3.15.1" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" optional = false python-versions = ">=3.9" files = [ - {file = "prettytable-3.14.0-py3-none-any.whl", hash = "sha256:61d5c68f04a94acc73c7aac64f0f380f5bed4d2959d59edc6e4cbb7a0e7b55c4"}, - {file = "prettytable-3.14.0.tar.gz", hash = "sha256:b804b8d51db23959b96b329094debdbbdf10c8c3aa75958c5988cfd7f78501dd"}, + {file = "prettytable-3.15.1-py3-none-any.whl", hash = "sha256:1bb0da7437e904ec879d2998aded19abc722719aa3d384a7faa44dcbe4aeb2e9"}, + {file = "prettytable-3.15.1.tar.gz", hash = "sha256:f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e"}, ] [package.dependencies] @@ -2249,4 +2249,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d41160c6fc67e2f115a2b4d3efe9aa2d991ea43c7a1d579c873268baaeaea45c" +content-hash = "2ab8f37ef889d3938b416107140fb150023d1c46992a575037bc0c86f314fd75" diff --git a/pyproject.toml b/pyproject.toml index 094cf66c..741530a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ cryptography = "^44.0.1" http-ece = "^1.2.0" psycopg2-binary = "^2.9.6" ansicolors = "^1.1.8" -prettytable = "^3.14.0" +prettytable = "^3.15.1" courts-db = "^0.10.17" Django = "^5.1.4" djangorestframework = "^3.15.2"