diff --git a/examples/app_commands/slash_options.py b/examples/app_commands/slash_options.py index b7f231b069..4a9eda93cc 100644 --- a/examples/app_commands/slash_options.py +++ b/examples/app_commands/slash_options.py @@ -12,7 +12,11 @@ @bot.slash_command() @option("name", description="Enter your name") -@option("pokemon", description="Choose your starter Pokémon", choices=["Bulbasaur", "Squirtle", "Charmander", "Pikachu"]) +@option( + "pokemon", + description="Choose your starter Pokémon", + choices=["Bulbasaur", "Squirtle", "Charmander", "Pikachu"], +) @option( "age", description="Enter your age", diff --git a/requirements/docs.txt b/requirements/docs.txt index abecccaad9..fdb04f4958 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ sphinx==8.2.3 -sphinxcontrib_trio==1.1.2 +sphinxcontrib_trio==1.2.0 sphinxcontrib-websupport==2.0.0 myst-parser[linkify]==5.0.0 sphinxext-opengraph==0.13.0