Skip to content

Commit

Permalink
Bump mkdocstrings[python] from 0.19.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.19.0 to 0.24.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.19.0...0.24.0)

---
updated-dependencies:
- dependency-name: mkdocstrings[python]
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 1541149 commit 821a2b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ click==8.0.4
# via
# black
# mkdocs
# mkdocstrings
colorama==0.4.6
# via mkdocs-material
coverage[toml]==6.3.2
Expand Down Expand Up @@ -57,6 +58,7 @@ importlib-metadata==6.8.0
# via
# markdown
# mkdocs
# mkdocstrings
iniconfig==1.1.1
# via pytest
isort==5.10.1
Expand Down Expand Up @@ -102,9 +104,10 @@ mkdocs-material==9.1.20
# via -r dev-requirements.in
mkdocs-material-extensions==1.1.1
# via mkdocs-material
mkdocstrings[python]==0.19.0
mkdocstrings[python]==0.24.0
# via
# -r dev-requirements.in
# mkdocstrings
# mkdocstrings-python
mkdocstrings-python==0.6.3
# via mkdocstrings
Expand All @@ -127,6 +130,7 @@ pep8-naming==0.13.2
platformdirs==2.5.1
# via
# black
# mkdocstrings
# virtualenv
pluggy==1.0.0
# via
Expand Down Expand Up @@ -186,6 +190,7 @@ tox==3.27.1
typing-extensions==4.1.1
# via
# black
# mkdocstrings
# mypy
urllib3==1.26.8
# via requests
Expand Down

0 comments on commit 821a2b8

Please sign in to comment.