Skip to content

Commit a86347f

Browse files
committed
Update test, docs and dev dependencies
1 parent 3c8e2d2 commit a86347f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@ classifiers = [
5757

5858
[project.optional-dependencies]
5959
tests = [
60-
'pytest~=8.4',
61-
'pytest-asyncio~=1.2',
62-
'pytest-cov~=7.0',
60+
'pytest~=9.0',
61+
'pytest-asyncio~=1.3',
62+
'pytest-cov~=7.1',
6363
'python-dotenv~=1.2',
6464
'pytest-mock~=3.15',
6565
]
6666
docs = [
6767
'sphinx~=8.1',
68-
'sphinx-copybutton~=0.5.0',
69-
'sphinxcontrib-trio~=1.1',
68+
'sphinx-copybutton~=0.5.2',
69+
'sphinxcontrib-trio~=1.2',
7070
'sphinxcontrib-websupport~=2.0',
71-
'furo~=2025.9',
71+
'furo~=2025.12',
7272
]
73-
dev = ['ruff==0.14.3', 'discord.py~=2.6', 'pyright==1.1.409', 'pre-commit~=4.3']
73+
dev = ['ruff==0.15.14', 'discord.py~=2.7', 'pyright==1.1.409', 'pre-commit~=4.6']
7474
speed = ['orjson']
7575

7676
[project.urls]

0 commit comments

Comments
 (0)