aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-04 23:05:35 +0000
committerGravatar GitHub <[email protected]>2024-07-04 23:05:35 +0000
commiteb1a8f650e27b66bd8169cba6106b47d47b9ec7c (patch)
treedf8105da87869cb5f82ad9b9fda9d58231c784bd
parentBump sentry-sdk from 2.7.0 to 2.7.1 (#1566) (diff)
Bump pydis-core from 11.1.0 to 11.2.0 (#1559)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock24
-rw-r--r--pyproject.toml2
2 files changed, 13 insertions, 13 deletions
diff --git a/poetry.lock b/poetry.lock
index b2911312..c73b7f49 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -326,22 +326,22 @@ cron = ["capturer (>=2.4)"]
[[package]]
name = "discord-py"
-version = "2.3.2"
+version = "2.4.0"
description = "A Python wrapper for the Discord API"
optional = false
-python-versions = ">=3.8.0"
+python-versions = ">=3.8"
files = [
- {file = "discord.py-2.3.2-py3-none-any.whl", hash = "sha256:9da4679fc3cb10c64b388284700dc998663e0e57328283bbfcfc2525ec5960a6"},
- {file = "discord.py-2.3.2.tar.gz", hash = "sha256:4560f70f2eddba7e83370ecebd237ac09fbb4980dc66507482b0c0e5b8f76b9c"},
+ {file = "discord.py-2.4.0-py3-none-any.whl", hash = "sha256:b8af6711c70f7e62160bfbecb55be699b5cb69d007426759ab8ab06b1bd77d1d"},
+ {file = "discord_py-2.4.0.tar.gz", hash = "sha256:d07cb2a223a185873a1d0ee78b9faa9597e45b3f6186df21a95cec1e9bcdc9a5"},
]
[package.dependencies]
aiohttp = ">=3.7.4,<4"
[package.extras]
-docs = ["sphinx (==4.4.0)", "sphinxcontrib-trio (==1.1.2)", "sphinxcontrib-websupport", "typing-extensions (>=4.3,<5)"]
+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)"]
-test = ["coverage[toml]", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "typing-extensions (>=4.3,<5)"]
+test = ["coverage[toml]", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "typing-extensions (>=4.3,<5)", "tzdata"]
voice = ["PyNaCl (>=1.3.0,<1.6)"]
[[package]]
@@ -1313,19 +1313,19 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "pydis-core"
-version = "11.1.0"
+version = "11.2.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
-python-versions = "<3.13.dev0,>=3.11.dev0"
+python-versions = "<4.0,>=3.11"
files = [
- {file = "pydis_core-11.1.0-py3-none-any.whl", hash = "sha256:e64b7e6adf9cf6bcd3d5faebf0d829654bd7e921cdb5bced1d92fea854d7a04e"},
- {file = "pydis_core-11.1.0.tar.gz", hash = "sha256:21de861ca458c4d1bddb49ff1d7f21a3d0071486489fb8fc8b9593b0c1e3e842"},
+ {file = "pydis_core-11.2.0-py3-none-any.whl", hash = "sha256:e06adeb17b25c88e8531712ea3910a7c35b977e0b04711cdecd2089efce1b546"},
+ {file = "pydis_core-11.2.0.tar.gz", hash = "sha256:8ecdc3a564ef7f34c4688c1bc064e4871555f22f239845fb2d9cb74df9006ae8"},
]
[package.dependencies]
aiodns = ">=3.1,<4.0"
async-rediscache = {version = "1.0.0rc2", optional = true, markers = "extra == \"async-rediscache\" or extra == \"all\""}
-"discord.py" = ">=2.3.2,<2.4.0"
+"discord.py" = ">=2.4,<3.0"
fakeredis = {version = ">=2.0,<3.0", extras = ["lua"], optional = true, markers = "extra == \"fakeredis\" or extra == \"all\""}
pydantic = ">=2.6,<3.0"
statsd = ">=4.0,<5.0"
@@ -1910,4 +1910,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "d0da39e4e74a492f025507f39823b111610618f31a70d913c6836639872c74b7"
+content-hash = "c8e782a2995b8d1b68d099973ffdb0a1f4dba494e50c29ddc3b2c561223dc5c7"
diff --git a/pyproject.toml b/pyproject.toml
index a877f9a3..79814524 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "11.1.0", extras = ["all"] }
+pydis_core = { version = "11.2.0", extras = ["all"] }
rapidfuzz = "3.9.4"
arrow = "1.3.0"