diff --git a/pyproject.toml b/pyproject.toml index 6f0623b..825bd4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ dependencies = [ "PyYAML==6.0.3", "oci==2.174.0", - "requests==2.34.1", + "requests==2.34.2", "prettytable==3.17.0", "oci-lexer-parser==0.1.2", "pandas==2.3.3; python_version < '3.11'", diff --git a/requirements.txt b/requirements.txt index 818b3fd..991f546 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyYAML==6.0.3 oci==2.174.0 -requests==2.34.1 +requests==2.34.2 prettytable==3.17.0 oci-lexer-parser==0.1.2 # Excel export stack per pandas docs: