aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-31 04:02:46 +0000
committerGravatar GitHub <[email protected]>2023-08-31 04:02:46 +0000
commit4cbc00a918614c6cd9f5ebad0aec574359c2b38a (patch)
treee1f762e44f35c7325af4f9ef052fbb25ad87612c
parentBump sentry-sdk from 1.29.2 to 1.30.0 (#1354) (diff)
Bump pydis-core from 10.1.0 to 10.2.0 (#1352)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock16
-rw-r--r--pyproject.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock
index f2cb4c9d..c7395141 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -427,13 +427,13 @@ cron = ["capturer (>=2.4)"]
[[package]]
name = "discord-py"
-version = "2.3.1"
+version = "2.3.2"
description = "A Python wrapper for the Discord API"
optional = false
python-versions = ">=3.8.0"
files = [
- {file = "discord.py-2.3.1-py3-none-any.whl", hash = "sha256:149652f24da299706270bf8c03c2fcf80cf1caf3a480744c61d5b001688b380d"},
- {file = "discord.py-2.3.1.tar.gz", hash = "sha256:8eb4fe66b5d503da6de3a8425e23012711dc2fbcd7a782107a92beac15ee3459"},
+ {file = "discord.py-2.3.2-py3-none-any.whl", hash = "sha256:9da4679fc3cb10c64b388284700dc998663e0e57328283bbfcfc2525ec5960a6"},
+ {file = "discord.py-2.3.2.tar.gz", hash = "sha256:4560f70f2eddba7e83370ecebd237ac09fbb4980dc66507482b0c0e5b8f76b9c"},
]
[package.dependencies]
@@ -1236,19 +1236,19 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
name = "pydis-core"
-version = "10.1.0"
+version = "10.2.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
python-versions = ">=3.10.dev0,<3.12.dev0"
files = [
- {file = "pydis_core-10.1.0-py3-none-any.whl", hash = "sha256:91f7e39b052b4266af5d65011027318174e0c15330e01d2d4c3e8b1eb925f5a0"},
- {file = "pydis_core-10.1.0.tar.gz", hash = "sha256:87f4883704ef4ee62b89a1577a0829b8ce6e97bfae875c409ae9b22d5e394d97"},
+ {file = "pydis_core-10.2.0-py3-none-any.whl", hash = "sha256:a9cc6980d8ecf977c9011b713750026711845a8610ab5e58930f8a6e3c8d28a4"},
+ {file = "pydis_core-10.2.0.tar.gz", hash = "sha256:2185e54bbe7c1758e427ab9e4103ba2068462487bcac514c6357f3301e4fe2a0"},
]
[package.dependencies]
aiodns = "3.0.0"
async-rediscache = {version = "1.0.0rc2", extras = ["fakeredis"], optional = true, markers = "extra == \"async-rediscache\""}
-"discord.py" = "2.3.1"
+"discord.py" = "2.3.2"
pydantic = ">=1.7.4,<3.0.0"
statsd = "4.0.1"
@@ -1796,4 +1796,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "0b7a05f41da30e21f914217b9084d8643fc8ea91aa7281aa7984ecce5857fbde"
+content-hash = "48bf707746b5523d6d24f960d46a38f2a53891d63252962e6bfc941f6cfb0a80"
diff --git a/pyproject.toml b/pyproject.toml
index d87820b6..69207002 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "10.1.0", extras = ["async-rediscache"] }
+pydis_core = { version = "10.2.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "3.2.0"