fix(deps): update dependency proxmoxer to v2 (#335)

This commit is contained in:
renovate[bot] 2022-12-04 19:05:57 +01:00 committed by GitHub
parent 75ef2258b1
commit 148c085271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -466,7 +466,7 @@ twisted = ["twisted"]
[[package]]
name = "proxmoxer"
version = "1.3.1"
version = "2.0.0"
description = "Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
category = "main"
optional = false
@ -748,7 +748,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "91017dc5754d552cef9ffc77f23c848e60fe25361433ef271138bd1573f92519"
content-hash = "45781c3bfac72296a4a5a06b48693853a939d5fbdf72a0e15ef042d534f64bee"
[metadata.files]
anyconfig = [
@ -948,8 +948,8 @@ prometheus-client = [
{file = "prometheus_client-0.15.0.tar.gz", hash = "sha256:be26aa452490cfcf6da953f9436e95a9f2b4d578ca80094b4458930e5f584ab1"},
]
proxmoxer = [
{file = "proxmoxer-1.3.1-py3-none-any.whl", hash = "sha256:ac4449cb754a4d7a1a6f6a110de7d903c742ee023c127ee7de47fcea2a37b802"},
{file = "proxmoxer-1.3.1.tar.gz", hash = "sha256:ef32c549877bf4439da6df3dff08be10d9dfe3bfc8a25d676a786ffe861ee096"},
{file = "proxmoxer-2.0.0-py3-none-any.whl", hash = "sha256:e3ba2ff5306ea3fc61f7ce9a03a6e3b261971b60cb40f953967f1449676d2d70"},
{file = "proxmoxer-2.0.0.tar.gz", hash = "sha256:f592426c16ec9a00f141379da1dd72d2a6fcf46f9ee181484906668ad2f31357"},
]
pycodestyle = [
{file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"},

View File

@ -37,7 +37,7 @@ environs = "9.5.0"
jsonschema = "4.17.3"
nested-lookup = "0.2.25"
prometheus-client = "0.15.0"
proxmoxer = "1.3.1"
proxmoxer = "2.0.0"
python = "^3.7.0"
python-json-logger = "2.0.4"
requests = "2.28.1"