From 5bf1e52b4276133d4fb583e80eadca35c9e4a6cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:45:17 +0000 Subject: [PATCH 1/2] chore(deps): upgrade dependency sphinxcontrib_trio to v1.2.0 --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 168bc4cf6bfeee92d91ad312c40a4409bbab694d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:46:11 +0000 Subject: [PATCH 2/2] style(pre-commit): auto fixes from pre-commit.com hooks --- examples/app_commands/slash_options.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",