From 320c80554f11ae93aeaca75a4e6fb2602ed63aed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 14:15:52 +0000 Subject: [PATCH] chore(deps): update dependency bottle to v0.13.1 --- Pipfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index a6bfad7..e1ca0ae 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -bottle = "==0.12.25" +bottle = "==0.13.1" paho-mqtt = "==2.1.0" [dev-packages] diff --git a/requirements.txt b/requirements.txt index 4a06cc3..3c77ffd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -bottle==0.12.25 +bottle==0.13.1 paho-mqtt==2.1.0