Skip to content

Commit

Permalink
pip(deps): update pydoc-markdown requirement from ~=4.3 to ~=4.6
Browse files Browse the repository at this point in the history
Updates the requirements on [pydoc-markdown](https://github.com/NiklasRosenstein/pydoc-markdown) to permit the latest version.
- [Release notes](https://github.com/NiklasRosenstein/pydoc-markdown/releases)
- [Commits](https://github.com/NiklasRosenstein/pydoc-markdown/commits/v4.6.1)

---
updated-dependencies:
- dependency-name: pydoc-markdown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2022
1 parent 2efe7d0 commit 529515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/DEV_REQUIREMENTS.txt
Expand Up @@ -5,7 +5,7 @@ coverage~=6.1
isort~=5.10
moto~=3.0
pydoc-markdown~=4.3 ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pydoc-markdown~=4.6 ; python_version == '3.6'
pytest~=7.0
pytest-cov~=3.0
pylint~=2.11

0 comments on commit 529515e

Please sign in to comment.