Bump pyunifiprotect

This commit is contained in:
Sebastian Goscik
2024-02-24 16:19:11 +00:00
parent c69a3e365a
commit 4bfe9afc10
2 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.10.5] - 2024-01-26
### Fixed
- Bumped `pyunifiprotect` version to fix issue with old version of yarl
## [0.10.4] - 2024-01-26 ## [0.10.4] - 2024-01-26
### Fixed ### Fixed
- Bumped `pyunifiprotect` version to fix issue caused by new video modes - Bumped `pyunifiprotect` version to fix issue caused by new video modes

6
poetry.lock generated
View File

@@ -1791,14 +1791,14 @@ files = [
[[package]] [[package]]
name = "pyunifiprotect" name = "pyunifiprotect"
version = "4.23.2" version = "4.23.3"
description = "Unofficial UniFi Protect Python API and CLI" description = "Unofficial UniFi Protect Python API and CLI"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
files = [ files = [
{file = "pyunifiprotect-4.23.2-py3-none-any.whl", hash = "sha256:6af35c422bbeecec6360f5c4d87ed09dee88eed84b373c98ab6639badcb911ba"}, {file = "pyunifiprotect-4.23.3-py3-none-any.whl", hash = "sha256:b7da887148300fe367c66a5d6bbe7a5457151ca2e86953321b5e368c20d51432"},
{file = "pyunifiprotect-4.23.2.tar.gz", hash = "sha256:ab7dd45654e4a229d2860bcfa62a6672b2556757cf9dec653bd691824d9a5123"}, {file = "pyunifiprotect-4.23.3.tar.gz", hash = "sha256:f6c2af4acb84164b0140684303a73ceaa53cc464958553f9fdeada16aacbc663"},
] ]
[package.dependencies] [package.dependencies]