diff --git a/poetry.lock b/poetry.lock index b684e67..ebdbfcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -686,20 +686,19 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "k8s" -version = "0.22.0" +version = "0.23.0" description = "Python client library for the Kubernetes API" optional = false python-versions = "*" files = [ - {file = "k8s-0.22.0-py2.py3-none-any.whl", hash = "sha256:2cde030dd6dce21c0915bc823abb278baaed2f0002c5a38a75130988aff59bf3"}, - {file = "k8s-0.22.0.tar.gz", hash = "sha256:cbcf657547769ec432246a6da6db553e3954bc097fd7becd2e3b59f80f5fbb89"}, + {file = "k8s-0.23.0-py2.py3-none-any.whl", hash = "sha256:d8e437b48f1e20c454a070e8c04e1d74526f7397a41307b9a950899bb2d93910"}, + {file = "k8s-0.23.0.tar.gz", hash = "sha256:74aa9712d2b51829b5dc3f7c6f35f26a1f1f13e7826099ad74fcacec7d109088"}, ] [package.dependencies] cachetools = "3.1.1" pyrfc3339 = "1.1" -requests = "2.27.1" -six = ">=1.12.0" +requests = "2.31.0" [package.extras] codacy = ["codacy-coverage"] @@ -1278,24 +1277,24 @@ files = [ [[package]] name = "requests" -version = "2.27.1" +version = "2.31.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.7" files = [ - {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, - {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""} -idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""} -urllib3 = ">=1.21.1,<1.27" +charset-normalizer = ">=2,<4" +idna = ">=2.5,<4" +urllib3 = ">=1.21.1,<3" [package.extras] -socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"] +socks = ["PySocks (>=1.5.6,!=1.5.7)"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requirements-detector" @@ -1578,4 +1577,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "838c3e80dc375cda94be86cded11bbc6e37fccd76f0a2c2d7b89f042bedf37ee" +content-hash = "5b1fb93d614a6f0b249135bd4b265546e352bb63af32b6370293bb638af294bb" diff --git a/pyproject.toml b/pyproject.toml index 7c7dff3..8f26f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ google-cloud-storage = "2.12.0" Flask = "^3.0.0" fiaas-logging = "^0.1" kafka-python = "^2.0.2" -k8s = "^0.22" +k8s = "^0.23" [tool.poetry.dev-dependencies] pytest = "^7"