diff --git a/poetry.lock b/poetry.lock index cf00ce8..8c7f404 100644 --- a/poetry.lock +++ b/poetry.lock @@ -399,6 +399,16 @@ idna = ["idna (>=3.6)"] trio = ["trio (>=0.23)"] wmi = ["wmi (>=1.5.1)"] +[[package]] +name = "durationpy" +version = "0.7" +description = "Module for converting between datetime.timedelta and Go's Duration strings." +optional = false +python-versions = "*" +files = [ + {file = "durationpy-0.7.tar.gz", hash = "sha256:8447c43df4f1a0b434e70c15a38d77f5c9bd17284bfc1ff1d430f233d5083732"}, +] + [[package]] name = "email-validator" version = "2.2.0" @@ -716,17 +726,18 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "kubernetes" -version = "30.1.0" +version = "31.0.0" description = "Kubernetes python client" optional = false python-versions = ">=3.6" files = [ - {file = "kubernetes-30.1.0-py2.py3-none-any.whl", hash = "sha256:e212e8b7579031dd2e512168b617373bc1e03888d41ac4e04039240a292d478d"}, - {file = "kubernetes-30.1.0.tar.gz", hash = "sha256:41e4c77af9f28e7a6c314e3bd06a8c6229ddd787cad684e0ab9f69b498e98ebc"}, + {file = "kubernetes-31.0.0-py2.py3-none-any.whl", hash = "sha256:bf141e2d380c8520eada8b351f4e319ffee9636328c137aa432bc486ca1200e1"}, + {file = "kubernetes-31.0.0.tar.gz", hash = "sha256:28945de906c8c259c1ebe62703b56a03b714049372196f854105afe4e6d014c0"}, ] [package.dependencies] certifi = ">=14.05.14" +durationpy = ">=0.7" google-auth = ">=1.0.1" oauthlib = ">=3.2.2" python-dateutil = ">=2.5.3" @@ -1377,4 +1388,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5a0e727c7bc99cabbf2dc55518ec05c6c439bbf74b972bee1a30ee0081fb6426" +content-hash = "0cafdcba9ef91dc786aaf812e1b1af0d1c0f90d365064566664aacdc3a7cfa80" diff --git a/pyproject.toml b/pyproject.toml index 715e3e0..24ef5b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ flask-wtf = "^1.2.1" email-validator = "^2.1.1" brother-ql-web = "^0.3.0" gunicorn = "^23.0.0" -kubernetes = "^30.0.0" +kubernetes = "^31.0.0" flask-sse = "^1.0.0" blinkstick = "^1.2.0" gevent = "^24.2.1"