From 58f958c13fdf5021f81e06ca15bc2e63f114dae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:03:27 +0000 Subject: [PATCH] build(deps): bump prettytable from 3.5.0 to 3.6.0 in /ci/builder Bumps [prettytable](https://github.com/jazzband/prettytable) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/jazzband/prettytable/releases) - [Changelog](https://github.com/jazzband/prettytable/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/prettytable/compare/3.5.0...3.6.0) --- updated-dependencies: - dependency-name: prettytable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index 14d9e63290fbe..65d808d425153 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -27,7 +27,7 @@ parameterized==0.8.1 paramiko==2.12.0 pdoc3==0.10.0 pg8000==1.29.4 -prettytable==3.5.0 +prettytable==3.6.0 psutil==5.9.4 # psycopg2 intentionally omitted. Use pg8000 instead. pydantic==1.10.4