Skip to content

Commit 95d5d92

Browse files
Soheabpre-commit-ci[bot]Paillat-dev
authored
chore(deps): 📌 Pin all docs dependencies to Python 3.13+ (#3095)
* 📌 Pin all docs dependencies to Python 3.13 and above * style(pre-commit): auto fixes from pre-commit.com hooks * chore: remove changelog entry --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Paillat <paillat@pycord.dev>
1 parent 652da10 commit 95d5d92

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements/docs.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
sphinx==9.1.0
2-
sphinxcontrib_trio==1.2.0
3-
sphinxcontrib-websupport==2.0.0
4-
myst-parser[linkify]==5.0.0
5-
sphinxext-opengraph==0.13.0
6-
sphinx-copybutton==0.5.2
7-
furo==2025.12.19
8-
sphinx-autodoc-typehints==3.6.2
9-
sphinx-intl==2.3.2
10-
typing_extensions==4.15.0
11-
levenshtein==0.27.3
1+
sphinx==9.1.0 ; python_version >= "3.13"
2+
sphinxcontrib_trio==1.2.0 ; python_version >= "3.13"
3+
sphinxcontrib-websupport==2.0.0 ; python_version >= "3.13"
4+
myst-parser[linkify]==5.0.0 ; python_version >= "3.13"
5+
sphinxext-opengraph==0.13.0 ; python_version >= "3.13"
6+
sphinx-copybutton==0.5.2 ; python_version >= "3.13"
7+
furo==2025.12.19 ; python_version >= "3.13"
8+
sphinx-autodoc-typehints==3.6.2 ; python_version >= "3.13"
9+
sphinx-intl==2.3.2 ; python_version >= "3.13"
10+
typing_extensions==4.15.0 ; python_version >= "3.13"
11+
levenshtein==0.27.3 ; python_version >= "3.13"

0 commit comments

Comments
 (0)