aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-31 12:47:12 +0000
committerGravatar GitHub <[email protected]>2024-01-31 12:47:12 +0000
commitac9d7eb2dae97a3cd6470ceaefc8dcc377712641 (patch)
tree968c4ee5caa1b9ed9f14fc52bb1a08fbb2340420
parentBump sentry-sdk from 1.39.2 to 1.40.0 (#1443) (diff)
Bump pydis-core from 10.5.1 to 10.7.0 (#1442)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 10.5.1 to 10.7.0. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v10.5.1...v10.7.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 2a2efc7e..465524ee 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1238,13 +1238,13 @@ python-dotenv = ">=0.21.0"
[[package]]
name = "pydis-core"
-version = "10.5.1"
+version = "10.7.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.5.1-py3-none-any.whl", hash = "sha256:25311e97a36b60a40b9d5f8d8e626fa121e4cb110d67a6111c9b9aba456845f9"},
- {file = "pydis_core-10.5.1.tar.gz", hash = "sha256:95d4ac24a35591b02cb8970f943ef8e045ac7c519e2ec4604586e002993e8c7e"},
+ {file = "pydis_core-10.7.0-py3-none-any.whl", hash = "sha256:bd53daf83d4a073177d92591f3747884e5b9abd67d34fdf49766d5a9ebfd63f4"},
+ {file = "pydis_core-10.7.0.tar.gz", hash = "sha256:e48d2ea429427229ee5d5bc9fc303688957f431a444db0609bb31eb46c8168dd"},
]
[package.dependencies]
@@ -1825,4 +1825,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "2a6b0a5695f129eb9b5e5ef6b595b21c579b82aa86469978db8e083f70b70e7e"
+content-hash = "08578b5fdfa5d0a07cf30860ccb065671bb83d2390ee4cedf130ed36eb1a3902"
diff --git a/pyproject.toml b/pyproject.toml
index 039017aa..7edbd2fb 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.5.1", extras = ["async-rediscache"] }
+pydis_core = { version = "10.7.0", extras = ["async-rediscache"] }
rapidfuzz = "3.6.1"
arrow = "1.3.0"