diff --git a/poetry.lock b/poetry.lock index 2b277c3..76fd4e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,13 +1056,13 @@ files = [ [[package]] name = "python-on-whales" -version = "0.70.1" +version = "0.71.0" description = "A Docker client for Python, designed to be fun and intuitive!" optional = false python-versions = "<4,>=3.8" files = [ - {file = "python-on-whales-0.70.1.tar.gz", hash = "sha256:1e7ac35cd16afaad8d23f01be860cb3ff906ee81816d032a327d4d07da1f9341"}, - {file = "python_on_whales-0.70.1-py3-none-any.whl", hash = "sha256:3cecd833359d90fd564cadf7f5e3c88209f8baf998316e0731f3d375d17af2f2"}, + {file = "python_on_whales-0.71.0-py3-none-any.whl", hash = "sha256:9d23c025e2e887f8336fbdd324ce764e72e60f7db2d0599601e8f6ddac1cae2d"}, + {file = "python_on_whales-0.71.0.tar.gz", hash = "sha256:0967be1b716f4a40e44a4b3bf091f721b494205425c1215f64a1a612eb932900"}, ] [package.dependencies] @@ -1596,4 +1596,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "98f0522936a4e4678fc2e6e6acfbd717c4936ce071c451a1338b5f82b5cd1e92" +content-hash = "fb4c6ea041f3009de42a16bb1aa7d4019f1501a8db432324ad47862caedfc29f" diff --git a/pyproject.toml b/pyproject.toml index 4ee5593..824111d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pydash = "8.0.0" python-benedict = "0.33.2" python-dotenv = "1.0.1" python-git-info = "^0.8.3" -python-on-whales = "0.70.1" +python-on-whales = "0.71.0" python-slugify = "8.0.4" pyyaml = "6.0.1" requests = "2.31.0"