Skip to content

Commit

Permalink
deps: Update deps to use legacy mkdocstrings handler
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Oct 3, 2024
1 parent 3e6cc2b commit ce5201b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/hot-reload/cogs/sub_cogs/sub_cog.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from discord.ext import commands


class SubCog(commands.Cog):
...
class SubCog(commands.Cog): ...


async def setup(bot: commands.Bot):
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ pyright = "^1.1.324"
mkdocs-material = "^9.2.5"
pygments = "^2.16.1"
mkdocs = "^1.5.2"
mkdocstrings = {extras = ["python"], version = ">=0.19,<0.25"}
mkdocstrings = {extras = ["python-legacy"], version = "^0.26.1"}
Pillow = "^10.0.0"
CairoSVG = "^2.7.1"
pipwin = "^0.5.2"
mkdocs-glightbox = "^0.3.4"
griffe = "^1.3.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ce5201b

Please sign in to comment.