Skip to content

Commit

Permalink
Update toolforge requirement from ^5.0.0 to >=5,<7
Browse files Browse the repository at this point in the history
Updates the requirements on [toolforge]() to permit the latest version.

---
updated-dependencies:
- dependency-name: toolforge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and AntiCompositeNumber committed May 2, 2023
1 parent 617eb4f commit fa34208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
pywikibot = ">=6.6.1,<9.0.0"
toolforge = {version="^5.0.0", optional=true}
toolforge = {version=">=5,<7", optional=true}

[tool.poetry.dev-dependencies]
mypy = "^1.0"
Expand Down

0 comments on commit fa34208

Please sign in to comment.