Skip to content

Commit f157d5f

Browse files
committed
bump discord-py 2.3.0 -> 2.3.2
1 parent afba718 commit f157d5f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

pdm.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies = [
7474
"cairocffi~=1.3.0",
7575
"cffi~=1.15.0",
7676
"strenum",
77-
"discord-py==2.3.0",
77+
"discord-py~=2.3.0",
7878
]
7979
requires-python = ">=3.10"
8080
readme = "README.md"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cfgv==3.4.0
1313
charset-normalizer==3.3.2
1414
click==8.1.7
1515
colorama==0.4.6
16-
discord-py==2.3.0
16+
discord-py==2.3.2
1717
distlib==0.3.7
1818
dnspython==2.4.2
1919
emoji==1.7.0
@@ -45,6 +45,7 @@ strenum==0.4.15
4545
tomli==2.0.1
4646
typing-extensions==4.6.3
4747
urllib3==2.0.7
48+
uvloop==0.17.0
4849
virtualenv==20.24.6
4950
yarl==1.9.2
5051
--index-url https://pypi.org/simple

0 commit comments

Comments
 (0)