Skip to content

Commit

Permalink
fix(deps): update dependency singledispatch to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent dd88414 commit 4fc4839
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 @@ -29,7 +29,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = ">=2.7,<2.8 || >=3.6.0"
six = "^1.16.0"
singledispatch = {version = "^3.7.0", python = "2.7"}
singledispatch = {version = "^4.0.0", python = "2.7"}
"Qt.py" = "^1.3.6"
dayu-path = "^0.5.2"

Expand Down

0 comments on commit 4fc4839

Please sign in to comment.