Skip to content

Commit

Permalink
Relax the version bounds on platformdirs to >= 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrcnull committed Jun 25, 2024
1 parent 929424c commit fc7c2b7
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 @@ -41,7 +41,7 @@ dependencies = [
"dogpile.cache>=1.0",
"enzyme>=0.5.0",
"guessit>=3.0.0",
"platformdirs>=4.2",
"platformdirs>=3",
"pysubs2>=1.7",
"rarfile>=2.7",
"requests>=2.0",
Expand Down

0 comments on commit fc7c2b7

Please sign in to comment.