Skip to content

Commit

Permalink
fix: don't over-constrain future updates (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 21, 2024
1 parent eec3447 commit dda561f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ packages = [

[tool.poetry.dependencies]
python = "^3.12"
mutagen = "^1.47"
pytz = "^2024.2"
mutagen = ">=1.47.0"
pytz = ">=2024.2.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3"
Expand Down

0 comments on commit dda561f

Please sign in to comment.