mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 06:13:36 -06:00
Split mkdocstrings-python into explicit dependency to force updates
This commit is contained in:
parent
2d339033e2
commit
57bb7c0a8e
@ -106,7 +106,11 @@ mkdocs-material
|
|||||||
|
|
||||||
# Introspection for embedded code
|
# Introspection for embedded code
|
||||||
# https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
|
# https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
|
||||||
mkdocstrings[python]
|
mkdocstrings
|
||||||
|
|
||||||
|
# Python handler for mkdocstrings
|
||||||
|
# https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md
|
||||||
|
mkdocstrings-python
|
||||||
|
|
||||||
# Library for manipulating IP prefixes and addresses
|
# Library for manipulating IP prefixes and addresses
|
||||||
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
|
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
|
||||||
|
@ -24,7 +24,8 @@ Jinja2==3.1.6
|
|||||||
jsonschema==4.25.0
|
jsonschema==4.25.0
|
||||||
Markdown==3.8.2
|
Markdown==3.8.2
|
||||||
mkdocs-material==9.6.16
|
mkdocs-material==9.6.16
|
||||||
mkdocstrings[python]==0.30.0
|
mkdocstrings==0.30.0
|
||||||
|
mkdocstrings-python==1.18.2
|
||||||
netaddr==1.3.0
|
netaddr==1.3.0
|
||||||
nh3==0.3.0
|
nh3==0.3.0
|
||||||
Pillow==11.3.0
|
Pillow==11.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user