From 71c3cfb7e714e054373cb639dd5cdde72e62492b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 12:16:32 +0000 Subject: [PATCH] Bump oci from 2.45.1 to 2.46.0 Bumps [oci](https://github.com/oracle/oci-python-sdk) from 2.45.1 to 2.46.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.45.1...v2.46.0) --- updated-dependencies: - dependency-name: oci dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 25 ++++--------------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index eae4116..c532f3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -63,18 +63,6 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -[[package]] -name = "configparser" -version = "4.0.2" -description = "Updated configparser from Python 3.7 for Python 2.6+." -category = "main" -optional = false -python-versions = ">=2.6" - -[package.extras] -docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] -testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2)", "pytest-flake8", "pytest-black-multipy"] - [[package]] name = "cryptography" version = "3.4.7" @@ -125,7 +113,7 @@ python-versions = "*" [[package]] name = "oci" -version = "2.45.1" +version = "2.46.0" description = "Oracle Cloud Infrastructure Python SDK" category = "main" optional = false @@ -133,7 +121,6 @@ python-versions = "*" [package.dependencies] certifi = "*" -configparser = "4.0.2" cryptography = ">=3.2.1,<=3.4.7" pyOpenSSL = ">=17.5.0,<=19.1.0" python-dateutil = ">=2.5.3,<3.0.0" @@ -268,7 +255,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "421c8b336621b4aa8ff7d8f1d420528a694d30040ed535acb9d41eed6c7a9d0f" +content-hash = "22f13ce84a3428ac191b6202c8a73d42ccf8cdcbc9729487cba7a3c52289d720" [metadata.files] black = [ @@ -334,10 +321,6 @@ colorama = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] -configparser = [ - {file = "configparser-4.0.2-py2.py3-none-any.whl", hash = "sha256:254c1d9c79f60c45dfde850850883d5aaa7f19a23f13561243a050d5a7c3fe4c"}, - {file = "configparser-4.0.2.tar.gz", hash = "sha256:c7d282687a5308319bf3d2e7706e575c635b0a470342641c93bea0ea3b5331df"}, -] cryptography = [ {file = "cryptography-3.4.7-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:3d8427734c781ea5f1b41d6589c293089704d4759e34597dce91014ac125aad1"}, {file = "cryptography-3.4.7-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:8e56e16617872b0957d1c9742a3f94b43533447fd78321514abbe7db216aa250"}, @@ -367,8 +350,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] oci = [ - {file = "oci-2.45.1-py2.py3-none-any.whl", hash = "sha256:e235abb24f85cb2b7a4022ce389afc4b91de0811ec36bf54f01fb8534d71085c"}, - {file = "oci-2.45.1.tar.gz", hash = "sha256:be5c3820b5340db76c5f7e4f625b027e0444096afafe7250d7886b5488f10a4c"}, + {file = "oci-2.46.0-py2.py3-none-any.whl", hash = "sha256:330cc56d22c295bf1635c6790ec17db5e9b209016762b1f868a0ee74d96528fa"}, + {file = "oci-2.46.0.tar.gz", hash = "sha256:995dcad24724db80d24a8e39c895367a479dc2c0e4c5e7b406ca5e504398dabe"}, ] pathspec = [ {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"}, diff --git a/pyproject.toml b/pyproject.toml index 907d445..8120959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -oci = "^2.45.1" +oci = "^2.46.0" pydantic = "^1.8.2" [tool.poetry.dev-dependencies]