diff --git a/pyproject.toml b/pyproject.toml index 34f2398..afa0819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] dependencies = [ "PyYAML==6.0.3", - "oci==2.173.0", + "oci==2.173.1", "requests==2.33.1", "prettytable==3.17.0", "oci-lexer-parser==0.1.2", diff --git a/requirements.txt b/requirements.txt index 99aa85a..d3ea16c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.3 -oci==2.173.0 +oci==2.173.1 requests==2.33.1 prettytable==3.17.0 oci-lexer-parser==0.1.2