aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-02 11:50:33 +0100
committerGravatar GitHub <[email protected]>2023-08-02 11:50:33 +0100
commit3e3ff1dbd5f0a325b241d427cff2773bae99aaf3 (patch)
treec45ea7f3ef5df298018147c3fac5f68880a8b431
parentBump taskipy from 1.11.0 to 1.12.0 (#1340) (diff)
Bump pydis-core from 10.0.0 to 10.1.0 (#1339)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 10.0.0 to 10.1.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.0.0...v10.1.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 5f605787..0fbfef9f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1248,13 +1248,13 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
name = "pydis-core"
-version = "10.0.0"
+version = "10.1.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.0.0-py3-none-any.whl", hash = "sha256:1fe390002f475a606797f5b00a34e00d513e393d22d2f5b355d2f2fdd066d2e5"},
- {file = "pydis_core-10.0.0.tar.gz", hash = "sha256:d3c4d3331c73d45b9a9d3e76f1d397b87e48376af28162115176cb83b4677b06"},
+ {file = "pydis_core-10.1.0-py3-none-any.whl", hash = "sha256:91f7e39b052b4266af5d65011027318174e0c15330e01d2d4c3e8b1eb925f5a0"},
+ {file = "pydis_core-10.1.0.tar.gz", hash = "sha256:87f4883704ef4ee62b89a1577a0829b8ce6e97bfae875c409ae9b22d5e394d97"},
]
[package.dependencies]
@@ -1796,4 +1796,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "e7180a45b64fc2e1fa77c1b2a4cbccc1d4d5f54f63639706171d19f292be6576"
+content-hash = "cbb04819c3f264146d9c29b5279bb1b8696ba47f9ae2e5551caf6349573b5154"
diff --git a/pyproject.toml b/pyproject.toml
index 921a649f..0113f900 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.0.0", extras = ["async-rediscache"] }
+pydis_core = { version = "10.1.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "3.1.2"