From 4cb326dda87d4b54f066e54a1c57c0b50c653e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:12:07 +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 226899c..4ce20fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "PyYAML==6.0.3", "oci==2.181.1", "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 7e45dc8..02be967 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyYAML==6.0.3 oci==2.181.1 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