Skip to content

Commit

Permalink
Update readme-renderer requirement from ^35.0 to >=35,<38 (#178)
Browse files Browse the repository at this point in the history
Updates the requirements on [readme-renderer](https://github.com/pypa/readme_renderer) to permit the latest version.
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
- [Commits](pypa/readme_renderer@35.0...37.3)

---
updated-dependencies:
- dependency-name: readme-renderer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 21, 2023
1 parent 4876740 commit 514584c
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 @@ -36,7 +36,7 @@ codecov = {version = "^2.1.11", optional = true}
flake8 = {version = "^5.0", optional = true}
tox-gh-actions = {version = "^2.11", optional = true}
doc8 = {version = "^0.11.0", optional = true}
readme-renderer = {version = "^35.0", optional = true}
readme-renderer = {version = ">=35,<38", optional = true}
Sphinx = {version = "^4.0.2", optional = true}
sphinx-rtd-theme = {version = "^1.0.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.12.0", optional = true}
Expand Down

0 comments on commit 514584c

Please sign in to comment.