diff --git a/docker/swarm/vcell-admin/poetry.lock b/docker/swarm/vcell-admin/poetry.lock index c450e44290..ed7666d8fa 100644 --- a/docker/swarm/vcell-admin/poetry.lock +++ b/docker/swarm/vcell-admin/poetry.lock @@ -519,24 +519,24 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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 = "six" @@ -639,4 +639,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "144a33bccaacc8d3e832e0240b1332908936dc124bd2f2d03c343d936efdd9d7" +content-hash = "982165d7cc76a9e711c3e361fb883790dd3b47fc26d18267b4c05eee1dcd7363" diff --git a/docker/swarm/vcell-admin/pyproject.toml b/docker/swarm/vcell-admin/pyproject.toml index 64fe02cb51..951aa96349 100644 --- a/docker/swarm/vcell-admin/pyproject.toml +++ b/docker/swarm/vcell-admin/pyproject.toml @@ -27,7 +27,7 @@ vcelladmin = "vcell_admin.cli:main" python = ">=3.7,<4.0" pymongo = "<4.0" paramiko = "^2.11.0" -requests = "^2.27" +requests = "^2.31" tabulate = ">=0.8.0" typer = "^0.6.1"