Skip to content

Commit

Permalink
Update mkdocstrings[python] requirement from ==0.26.* to ==0.27.* (#515)
Browse files Browse the repository at this point in the history
* Update mkdocstrings[python] requirement from ==0.26.* to ==0.27.*

Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: mkdocstrings[python]
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Borda authored Dec 18, 2024
1 parent 19fc8c3 commit 4194dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ bump2version ==1.0.1
# coverage >=4.5.4
mkdocs-material ==9.5.*
ipython[notebook] >8.0, <9.0
mkdocstrings[python] ==0.26.*
mkdocstrings[python] ==0.26.*; python_version < "3.9"
mkdocstrings[python] ==0.27.*; python_version >= "3.9"
mknotebooks ==0.8.*
pytest >=5.3.2
pytest-runner >=5.1
Expand Down

0 comments on commit 4194dc6

Please sign in to comment.