aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-31 04:03:08 +0000
committerGravatar GitHub <[email protected]>2023-08-31 04:03:08 +0000
commit0e2fd19ca8928923a9953f1f622b37b1c62f0ead (patch)
tree332981c1235ae599fb87169ced8eb7ef7ab8af19
parentBump sentry-sdk from 1.29.2 to 1.30.0 (#2735) (diff)
Bump pydis-core from 10.1.0 to 10.2.0 (#2734)
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 29ea13811..2f21c1713 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -543,13 +543,13 @@ optimize = ["orjson"]
[[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]
@@ -1515,19 +1515,19 @@ python-dotenv = ">=0.21.0"
[[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"
@@ -2322,4 +2322,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "fd7485c573f3bf04ca0c8d2a90b0fd6ec81f3c01a0d66adcd41390f543057ace"
+content-hash = "e82675a541d43ab3406ddf7347305c7ce9935fdbde1ce10d53c14950149eac66"
diff --git a/pyproject.toml b/pyproject.toml
index 1013e07ac..4bff8b51d 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"] }
aiohttp = "3.8.5"
arrow = "1.2.3"