From f5c834ac99d85123bcc96c2f72185844b2f8827d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:54:21 +0100 Subject: [PATCH] Bump shortuuid from 1.0.12 to 1.0.13 (#1179) Bumps [shortuuid](https://github.com/skorokithakis/shortuuid) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/skorokithakis/shortuuid/releases) - [Changelog](https://github.com/skorokithakis/shortuuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/skorokithakis/shortuuid/compare/v1.0.12...v1.0.13) --- updated-dependencies: - dependency-name: shortuuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45f3bcdc..f7ac1205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ server = [ "unidecode==1.3.8", "xmltodict==0.13.0", "orjson==3.9.15", - "shortuuid==1.0.12", + "shortuuid==1.0.13", "zeroconf==0.131.0", "cryptography==42.0.5", "ifaddr==0.2.0", diff --git a/requirements_all.txt b/requirements_all.txt index c199b51a..62881a84 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -31,7 +31,7 @@ pycryptodome==3.20.0 python-fullykiosk==0.0.12 python-slugify==8.0.4 radios==0.3.0 -shortuuid==1.0.12 +shortuuid==1.0.13 snapcast==2.3.6 soco==0.30.2 sonos-websocket==0.1.3 -- 2.34.1