chore(deps): update dependency mutagen to >=1.45.1,<1.48 (#2683)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-08 15:18:26 +02:00 committed by GitHub
parent 8ce947e462
commit af555da30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'
jinja2>=3.0.3,<3.2
kombu==4.6.11
lxml>=4.5.0,<4.10.0
mutagen>=1.45.1,<1.47
mutagen>=1.45.1,<1.48
python-dateutil>=2.8.1,<2.9
requests>=2.31.0,<2.32
typing-extensions

View file

@ -27,7 +27,7 @@ setup(
"jinja2>=3.0.3,<3.2",
"kombu==4.6.11",
"lxml>=4.5.0,<4.10.0",
"mutagen>=1.45.1,<1.47",
"mutagen>=1.45.1,<1.48",
"python-dateutil>=2.8.1,<2.9",
"requests>=2.31.0,<2.32",
"typing-extensions",