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

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

View file

@ -2,5 +2,5 @@
# This file is auto-generated by tools/extract_requirements.py.
celery==4.4.7
kombu==4.6.11
mutagen>=1.45.1,<1.47
mutagen>=1.45.1,<1.48
requests>=2.31.0,<2.32

View file

@ -17,7 +17,7 @@ setup(
install_requires=[
"celery==4.4.7",
"kombu==4.6.11",
"mutagen>=1.45.1,<1.47",
"mutagen>=1.45.1,<1.48",
"requests>=2.31.0,<2.32",
],
extras_require={