Skip to content

Commit

Permalink
build(deps): update sphinx-click requirement from ^4.4.0 to ^5.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx-click](https://github.com/click-contrib/sphinx-click) to permit the latest version.
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](click-contrib/sphinx-click@4.4.0...5.0.1)

---
updated-dependencies:
- dependency-name: sphinx-click
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dev-zero committed Nov 10, 2023
1 parent 01d173f commit 48ccf4f
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 @@ -37,7 +37,7 @@ sphinx = "^6.1.3"
sphinx-rtd-theme = "^1.0.0"
taskipy = "^1.4"
mypy = "^1.2.0"
sphinx-click = "^4.4.0"
sphinx-click = "^5.0.1"

[tool.poetry.scripts]
cp2klint = 'cp2k_input_tools.cli.lint:cp2klint'
Expand Down

0 comments on commit 48ccf4f

Please sign in to comment.