Skip to content

Commit 00c0541

Browse files
committed
Update requirements.txt dependencies
1 parent c1e37d1 commit 00c0541

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

requirements-dev.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r requirements.txt
22

33
# Develoment
4-
lefthook>=1.7.22,<2
5-
pyright>=1.1.363,<2
6-
ruff>=0.4.4,<1
7-
tox>=4.15.0,<5
4+
lefthook>=1.10.11,<2
5+
pyright[nodejs]>=1.1.394,<2
6+
ruff>=0.9.7,<1
7+
tox>=4.24.1,<5
88

99
# Docs
10-
sphinx>=8.1.3,<9
10+
sphinx>=8.2.1,<9
1111
sphinx-copybutton>=0.5.2,<1
12-
furo>=2024.5.6,<2025
12+
furo>=2024.8.6,<2025

requirements.txt

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
discord.py[speed]>=2.4.0,<3
2-
audioop-lts>=0.2.1,<1 ; python_version>='3.13'
3-
uvloop>=0.19.0,<1 ; sys_platform != "win32"
4-
winloop>=0.1.1,<1 ; sys_platform == "win32"
5-
asyncpg>=0.29.0,<1
1+
discord.py[speed]>=2.5.0,<3
2+
uvloop>=0.21.0,<1 ; sys_platform != "win32"
3+
winloop>=0.1.8,<1 ; sys_platform == "win32"
4+
asyncpg>=0.30.0,<1
65
discord-ext-menus @ git+https://github.com/Rapptz/discord-ext-menus@8686b5d1bbc1d3c862292eb436ab630d6e9c9b53
7-
psutil>=6.0.0,<7
8-
pygit2>=1.13.3,<2
9-
python-dateutil>=2.8.2,<3
10-
click>=8.1.7,<9
11-
typing-extensions>=4.9.0,<5
12-
prometheus-client>=0.20.0,<1
13-
prometheus-async>=22.2.0,<23
6+
psutil>=7.0.0,<8
7+
pygit2>=1.17.0,<2
8+
python-dateutil>=2.9.0.post0,<3
9+
click>=8.1.8,<9
10+
typing-extensions>=4.12.2,<5
11+
prometheus-client>=0.21.1,<1
12+
prometheus-async>=25.1.0,<26
1413
async-lru>=2.0.4,<3
15-
msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf
16-
jishaku>=2.5.2,<3
17-
watchfiles>=0.21.0,<1
18-
PyYAML>=6.0.1,<7
14+
msgspec>=0.19.0,<1
15+
jishaku>=2.6.0,<3
16+
watchfiles>=1.0.4,<2
17+
PyYAML>=6.0.2,<7
1918
parsedatetime>=2.6,<3
20-
humanize>=4.10.0,<5
19+
humanize>=4.12.1,<5

0 commit comments

Comments
 (0)