From f1775d6adb6c46e349a0e905d382a7aa10b51cff Mon Sep 17 00:00:00 2001 From: Zack Kayyali Date: Fri, 10 Jan 2025 12:48:42 -0500 Subject: [PATCH] Update Podman Dependancy --- poetry.lock | 21 ++++----------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index e4d7ea7a6..12046dbd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1709,18 +1709,17 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "podman" -version = "4.9.0" +version = "5.2.0" description = "Bindings for Podman RESTful API" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "podman-4.9.0-py3-none-any.whl", hash = "sha256:0613314edb8f51b791e2818438e4b386da3937ae73cf0187b27a1f8bb096ac64"}, - {file = "podman-4.9.0.tar.gz", hash = "sha256:48683485a5bbcb3f6b2e9e93aa8647faadc5c27918f8b86e04bff1d0822691af"}, + {file = "podman-5.2.0-py3-none-any.whl", hash = "sha256:e42e907b44af3e8578ac3bd4838040f7dd6b4af091f787e51462b979746703eb"}, + {file = "podman-5.2.0.tar.gz", hash = "sha256:6a064a3e9dbfc4ee0ee0c51604164e1f58d9d00b10f702c3e570651aee722ec7"}, ] [package.dependencies] -pyxdg = ">=0.26" requests = ">=2.24" urllib3 = "*" @@ -2247,18 +2246,6 @@ files = [ {file = "python_gnupg-0.5.2-py2.py3-none-any.whl", hash = "sha256:72ce142af6da7f07e433fef148b445fb3e07854acd2f88739008838745c0e9f5"}, ] -[[package]] -name = "pyxdg" -version = "0.28" -description = "PyXDG contains implementations of freedesktop.org standards in python." -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "pyxdg-0.28-py2.py3-none-any.whl", hash = "sha256:bdaf595999a0178ecea4052b7f4195569c1ff4d344567bccdc12dfdf02d545ab"}, - {file = "pyxdg-0.28.tar.gz", hash = "sha256:3267bb3074e934df202af2ee0868575484108581e6f3cb006af1da35395e88b4"}, -] - [[package]] name = "pyyaml" version = "6.0.2" @@ -2954,4 +2941,4 @@ dev = ["psycopg-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "b131a46faf49e555ababdbf206306625dc7473a70948a1fc042df350a50c6a21" +content-hash = "a4bffd7bfd85ef2c399ea90992425812b1003e971c37e5b58e35bffd986ee67c" diff --git a/pyproject.toml b/pyproject.toml index 60c1dddec..e74a8df32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ django-filter = ">23.2,<24" pydantic = ">=1.8.1,<1.11" cryptography = ">=42,<43" kubernetes = "26.1.*" -podman = "4.9.*" +podman = "5.2.*" rq-scheduler = "^0.10" django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.git", tag = "2024.12.13", extras = [ "channel-auth",