From c70c950cc499956edcdc0d70cbb3f9376acc8be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:23:45 +0000 Subject: [PATCH] Bump prettytable from 3.17.0 to 3.18.0 Bumps [prettytable](https://github.com/prettytable/prettytable) from 3.17.0 to 3.18.0. - [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.17.0...3.18.0) --- updated-dependencies: - dependency-name: prettytable dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b777b0..b8bac54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "PyYAML==6.0.3", "oci==2.179.0", "requests==2.34.2", - "prettytable==3.17.0", + "prettytable==3.18.0", "oci-lexer-parser==0.1.2", "pandas==2.3.3; python_version < '3.11'", "pandas==3.0.1; python_version >= '3.11'", diff --git a/requirements.txt b/requirements.txt index 1ab4ab0..c823d83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyYAML==6.0.3 oci==2.179.0 requests==2.34.2 -prettytable==3.17.0 +prettytable==3.18.0 oci-lexer-parser==0.1.2 # Excel export stack per pandas docs: # https://pandas.pydata.org/docs/getting_started/install.html#excel-files