From c25bd74637b47358aa14d6718d0c06554323a842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:39:41 +0000 Subject: [PATCH] chore(deps): update dependency prometheus_client to v0.18.0 --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 3fd4645..76b553d 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] python-apt = {ref = "2.5.3", git = "https://salsa.debian.org/apt-team/python-apt.git"} -prometheus_client = "==0.17.1" +prometheus_client = "==0.18.0" fastapi = "==0.104.0" uvicorn = {version = "==0.23.2", extras = ["standard"]} diff --git a/Pipfile.lock b/Pipfile.lock index b0a305b..410ca5e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0465e0b245d3e707f480d2103608d39b4126091db49741cb7f04b0b0d734c635" + "sha256": "1ecc204a4bb244caed26ba7077cc2ebf49156f1041d9d65a277dd24884af3073" }, "pipfile-spec": 6, "requires": {}, @@ -44,6 +44,7 @@ "sha256:9c44de45693ae037b0c6914727a29c49a40668432b67c859a87851fc6a7b74c6" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==0.104.0" }, "h11": { @@ -105,11 +106,11 @@ }, "prometheus-client": { "hashes": [ - "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091", - "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101" + "sha256:35f7a8c22139e2bb7ca5a698e92d38145bc8dc74c1c0bf56f25cca886a764e17", + "sha256:8de3ae2755f890826f4b6479e5571d4f74ac17a81345fe69a6778fdb92579184" ], - "index": "pypi", - "version": "==0.17.1" + "markers": "python_version >= '3.8'", + "version": "==0.18.0" }, "pydantic": { "hashes": [ @@ -329,7 +330,7 @@ "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53", "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a" ], - "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==0.23.2" }, "uvloop": { @@ -581,6 +582,7 @@ "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==0.25.0" }, "idna": { @@ -645,6 +647,7 @@ "sha256:60ed5f3a9ff8b61839ff0348b3624ceeb9e6c2a92c514d81c9cc273da3b6bcda" ], "index": "pypi", + "markers": "python_full_version >= '3.8.0'", "version": "==3.0.2" }, "pytest": { @@ -653,6 +656,7 @@ "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5" ], "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==7.4.3" }, "sniffio": {