Skip to content

Commit

Permalink
fix(deps): update dependency androguard to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 22, 2024
1 parent 73214c9 commit 28e217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["JuniorJPDJ <[email protected]>", "Kasper Seweryn <[email protected]>
python = "^3.7"
aiohttp = "^3.6"
music-service-async-interface = { git = "https://github.com/FUMR/music-service-async-interface.git", rev = "2bc9cd8a1fda0486f325e127e4d7e80a5b0fedcf" }
androguard = { version = "^3.3.5", optional = true }
androguard = { version = "^4.0.0", optional = true }
http-seekable-file = { git = "https://github.com/JuniorJPDJ/http-seekable-file.git", tag = "v0.4.0", extras = ["async"], optional = true }

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 28e217b

Please sign in to comment.