diff --git a/src/kubedash/poetry.lock b/src/kubedash/poetry.lock index 8720f4dc..61c61a99 100644 --- a/src/kubedash/poetry.lock +++ b/src/kubedash/poetry.lock @@ -4373,14 +4373,14 @@ files = [ [[package]] name = "urllib3" -version = "2.6.3" +version = "2.7.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, - {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, + {file = "urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897"}, + {file = "urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c"}, ] [package.extras] @@ -4853,4 +4853,4 @@ test = ["pytest"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "c75701c160513a5f1b9cfc156de656e7061a9e0d29311826e3bfc6c824854322" +content-hash = "33b047cbc889eaf72bfcb410d9da1f635e244e2a47286b524500bbd0091048b7" diff --git a/src/kubedash/pyproject.toml b/src/kubedash/pyproject.toml index eb5d085e..bb8fa9b3 100644 --- a/src/kubedash/pyproject.toml +++ b/src/kubedash/pyproject.toml @@ -42,7 +42,7 @@ pyopenssl = "25.1.0" cryptography = "44.0.1" ipython = "8.27.0" gevent = "23.9.0" -urllib3 = "2.6.3" +urllib3 = "2.7.0" requests = "2.32.4" zipp = "3.19.1" apiflask = {extras = ["yaml"], version = "^2.3.2"}