aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-03-02 11:08:23 +0000
committerGravatar Johannes Christ <[email protected]>2025-03-02 12:13:52 +0100
commit7810b0dafe40dbc72b53017d908c54ee953cae7f (patch)
treee18ea52c9b8d706b1540dfcbd735a4d0fb852396
parentfix(deps): update dependency humanize to v4.12.1 (diff)
fix(deps): update dependency pydis-core to v11.6.0
| datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | pydis-core | 11.5.1 | 11.6.0 |
-rw-r--r--poetry.lock22
-rw-r--r--pyproject.toml2
2 files changed, 13 insertions, 11 deletions
diff --git a/poetry.lock b/poetry.lock
index 6ef8b4d..18b272d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -626,21 +626,23 @@ packaging = "*"
[[package]]
name = "discord-py"
-version = "2.4.0"
+version = "2.5.0"
description = "A Python wrapper for the Discord API"
optional = false
python-versions = ">=3.8"
files = [
- {file = "discord.py-2.4.0-py3-none-any.whl", hash = "sha256:b8af6711c70f7e62160bfbecb55be699b5cb69d007426759ab8ab06b1bd77d1d"},
- {file = "discord_py-2.4.0.tar.gz", hash = "sha256:d07cb2a223a185873a1d0ee78b9faa9597e45b3f6186df21a95cec1e9bcdc9a5"},
+ {file = "discord.py-2.5.0-py3-none-any.whl", hash = "sha256:8e1e3b3ff5a112a4ab3a615059a285238eea34edff6de8737db6e1f72ea05195"},
+ {file = "discord_py-2.5.0.tar.gz", hash = "sha256:f6827909b87ea89bdb2cc49d475cb1fada2e73235a3e4568fc8b113660340c73"},
]
[package.dependencies]
aiohttp = ">=3.7.4,<4"
+audioop-lts = {version = "*", markers = "python_version >= \"3.13\""}
[package.extras]
-docs = ["sphinx (==4.4.0)", "sphinx-inline-tabs (==2023.4.21)", "sphinxcontrib-applehelp (==1.0.4)", "sphinxcontrib-devhelp (==1.0.2)", "sphinxcontrib-htmlhelp (==2.0.1)", "sphinxcontrib-jsmath (==1.0.1)", "sphinxcontrib-qthelp (==1.0.3)", "sphinxcontrib-serializinghtml (==1.1.5)", "sphinxcontrib-trio (==1.1.2)", "sphinxcontrib-websupport (==1.2.4)", "typing-extensions (>=4.3,<5)"]
-speed = ["Brotli", "aiodns (>=1.1)", "cchardet (==2.1.7)", "orjson (>=3.5.4)"]
+dev = ["black (==22.6)", "typing_extensions (>=4.3,<5)"]
+docs = ["imghdr-lts (==1.0.0)", "sphinx (==4.4.0)", "sphinx-inline-tabs (==2023.4.21)", "sphinxcontrib-applehelp (==1.0.4)", "sphinxcontrib-devhelp (==1.0.2)", "sphinxcontrib-htmlhelp (==2.0.1)", "sphinxcontrib-jsmath (==1.0.1)", "sphinxcontrib-qthelp (==1.0.3)", "sphinxcontrib-serializinghtml (==1.1.5)", "sphinxcontrib-websupport (==1.2.4)", "sphinxcontrib_trio (==1.1.2)", "typing-extensions (>=4.3,<5)"]
+speed = ["Brotli", "aiodns (>=1.1)", "cchardet (==2.1.7)", "orjson (>=3.5.4)", "zstandard (>=0.23.0)"]
test = ["coverage[toml]", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "typing-extensions (>=4.3,<5)", "tzdata"]
voice = ["PyNaCl (>=1.3.0,<1.6)"]
@@ -1560,18 +1562,18 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "pydis-core"
-version = "11.5.1"
+version = "11.6.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
python-versions = "<4.0,>=3.11"
files = [
- {file = "pydis_core-11.5.1-py3-none-any.whl", hash = "sha256:a4043f2b8c04f671986a86af8f58337dec1b1ac3bd4e56ac5b83e9c011b258e9"},
- {file = "pydis_core-11.5.1.tar.gz", hash = "sha256:c5eb2c676cc0ac7e1557031810b150fd98af2f2014717b92a19c7420c6881478"},
+ {file = "pydis_core-11.6.0-py3-none-any.whl", hash = "sha256:6f15b3537027a0d8e3946b5fedc33d4fc479ef6bf40da01b6160aff3b8bfc957"},
+ {file = "pydis_core-11.6.0.tar.gz", hash = "sha256:0f4ec853a27206d03a74d5833de3c08ea39191f502b2450a6c10269713610c91"},
]
[package.dependencies]
aiodns = ">=3.1,<4.0"
-"discord.py" = ">=2.4,<3.0"
+"discord.py" = ">=2.5,<3.0"
pydantic = ">=2.6,<3.0"
statsd = ">=4.0,<5.0"
@@ -2164,4 +2166,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "~=3.13.0"
-content-hash = "aaf1cfdf3c44336d722cdcd358d6ba7eec04dab2cda5f1082cdcb0eb4317c07a"
+content-hash = "0211b0ecc067f3a1f0c2aa16c1cda6d4d7ecb423fd84b2e3354d8d79c8e1809f"
diff --git a/pyproject.toml b/pyproject.toml
index cb242de..c281c37 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ package-mode = false
python = "~=3.13.0"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "11.5.1"
+pydis-core = "11.6.0"
audioop-lts = "0.2.1"
beautifulsoup4 = "4.13.3"