diff --git a/poetry.lock b/poetry.lock index fa9a4a97..b463e1b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1505,19 +1505,19 @@ files = [ [[package]] name = "urllib3" -version = "1.26.15" +version = "1.26.6" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ - {file = "urllib3-1.26.15-py2.py3-none-any.whl", hash = "sha256:aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42"}, - {file = "urllib3-1.26.15.tar.gz", hash = "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"}, + {file = "urllib3-1.26.6-py2.py3-none-any.whl", hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4"}, + {file = "urllib3-1.26.6.tar.gz", hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"}, ] [package.extras] -brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] +brotli = ["brotlipy (>=0.6.0)"] +secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] @@ -1600,4 +1600,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a1cbf948b2eb0384eb1b7bd2f4aa9f801f3d14557cadbe6b8440875e185092a4" +content-hash = "d92375957e64e55cfde6362846927cbd6092b9114610cb5886f3e4a030140ddf" diff --git a/pyproject.toml b/pyproject.toml index 9a61afa6..74d76f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matcha-ml" -version = "0.2.2" +version = "0.2.3" description = "Matcha: A open source tool for provisioning MLOps environments to the cloud." authors = ["FuzzyLabs "] license = "Apache-2.0" @@ -52,6 +52,7 @@ azure-mgmt-subscription = "^3.1.1" azure-mgmt-authorization = "^3.0.0" azure-mgmt-confluent = "^1.0.0" pyyaml = "^5.4.1" +urllib3 = "1.26.6" [tool.poetry.group.dev.dependencies] diff --git a/src/matcha_ml/VERSION b/src/matcha_ml/VERSION index ee1372d3..71790396 100644 --- a/src/matcha_ml/VERSION +++ b/src/matcha_ml/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3