mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update pydantic requirement from ==1.9.* to ==1.10.*
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.0a1...v1.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f4187d6b83
commit
6df709f3e5
@ -9,7 +9,7 @@ paho-mqtt == 1.6.*
|
|||||||
peewee == 3.14.*
|
peewee == 3.14.*
|
||||||
peewee_migrate == 1.4.*
|
peewee_migrate == 1.4.*
|
||||||
psutil == 5.9.*
|
psutil == 5.9.*
|
||||||
pydantic == 1.9.*
|
pydantic == 1.10.*
|
||||||
PyYAML == 6.0
|
PyYAML == 6.0
|
||||||
types-PyYAML == 6.0.*
|
types-PyYAML == 6.0.*
|
||||||
requests == 2.27.*
|
requests == 2.27.*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user