Skip to content

Commit

Permalink
⬆️ Update mike requirement from ~=1.1 to >=1.1,<3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mike](https://github.com/jimporter/mike) to permit the latest version.
- [Release notes](https://github.com/jimporter/mike/releases)
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md)
- [Commits](jimporter/mike@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: mike
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 6df2623 commit 338d266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": ["pytest~=7.0", "pytest-cov~=4.1", "coverage-badge~=1.0"],
"hook": ["pre-commit~=3.0"],
"lint": ["black~=23.1", "ruff~=0.1"],
"docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=1.1"],
"docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike>=1.1,<3.0"],
}
extras_require["all"] = sum(extras_require.values(), [])
extras_require["dev"] = (
Expand Down

0 comments on commit 338d266

Please sign in to comment.