diff --git a/poetry.lock b/poetry.lock index d4ded66..000c616 100644 --- a/poetry.lock +++ b/poetry.lock @@ -120,7 +120,7 @@ python-versions = "*" [[package]] name = "oci" -version = "2.52.1" +version = "2.53.0" description = "Oracle Cloud Infrastructure Python SDK" category = "main" optional = false @@ -255,7 +255,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "15d3c88f22772f7b7b14496d24c4daf9656546f572cd453d264e7ec222fa4776" +content-hash = "167d653b22e7d5ed62562b1c91e471523866f3902ab6c6c2bff93d35ac41c58d" [metadata.files] black = [ @@ -353,8 +353,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] oci = [ - {file = "oci-2.52.1-py2.py3-none-any.whl", hash = "sha256:f7fa6b175f613fa566dbcea40d190cb6bfe9ff13aa6d909a88af6c1e53d2e8a8"}, - {file = "oci-2.52.1.tar.gz", hash = "sha256:247e54a8d56226cf969feaa256c098935045d7377ded8722a638070a12b82b2e"}, + {file = "oci-2.53.0-py2.py3-none-any.whl", hash = "sha256:b46a568684711b40916a70596d82666f95b99bc0c084197883ecc62c12fba96c"}, + {file = "oci-2.53.0.tar.gz", hash = "sha256:9d87f932474d138f4d38d55f1d7de898c80996c76e10ee5ecee3853a5cb2307e"}, ] pathspec = [ {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"}, diff --git a/pyproject.toml b/pyproject.toml index 349c134..e467eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -oci = "^2.52.1" +oci = "^2.53.0" pydantic = "^1.8.2" [tool.poetry.dev-dependencies]