Skip to content

Commit

Permalink
fix(deps): update dependency http-seekable-file to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and JuniorJPDJ committed Aug 22, 2024
1 parent b8ef53c commit 73214c9
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 @@ -9,7 +9,7 @@ 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 }
http-seekable-file = { git = "https://github.com/JuniorJPDJ/http-seekable-file.git", tag = "v0.3.0", extras = ["async"], 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]
pre-commit = "^3.0.0"
Expand Down

0 comments on commit 73214c9

Please sign in to comment.