From 57d2cf1b860a537947a10c7f8d1bd4b253c94786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:19:06 +0000 Subject: [PATCH] Bump oci from 2.173.1 to 2.174.0 Bumps [oci](https://github.com/oracle/oci-python-sdk) from 2.173.1 to 2.174.0. - [Release notes](https://github.com/oracle/oci-python-sdk/releases) - [Changelog](https://github.com/oracle/oci-python-sdk/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oracle/oci-python-sdk/compare/v2.173.1...v2.174.0) --- updated-dependencies: - dependency-name: oci dependency-version: 2.174.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 b2f96e4..6f0623b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] dependencies = [ "PyYAML==6.0.3", - "oci==2.173.1", + "oci==2.174.0", "requests==2.34.1", "prettytable==3.17.0", "oci-lexer-parser==0.1.2", diff --git a/requirements.txt b/requirements.txt index 7842994..818b3fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.3 -oci==2.173.1 +oci==2.174.0 requests==2.34.1 prettytable==3.17.0 oci-lexer-parser==0.1.2