aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 11:59:52 +0100
committerGravatar GitHub <[email protected]>2023-06-12 11:59:52 +0100
commit8137561312de6fce19284b2c3f452b511b569d96 (patch)
treef61e8a0e5c504338125af9e6c56fbc4e7de3c2ce
parentDisable the r/python auto poster (#1296) (diff)
Bump pydis-core from 9.6.0 to 9.7.0 (#1297)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.6.0 to 9.7.0. - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.6.0...v9.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.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index d46de6e7..f649e443 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1243,13 +1243,13 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
name = "pydis-core"
-version = "9.6.0"
+version = "9.7.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
optional = false
-python-versions = ">=3.10.0,<3.12.0"
+python-versions = ">=3.10.dev0,<3.12.dev0"
files = [
- {file = "pydis_core-9.6.0-py3-none-any.whl", hash = "sha256:284b4587a124956220c186a3f774430cf1654d721c3c239640a204a53a567434"},
- {file = "pydis_core-9.6.0.tar.gz", hash = "sha256:a88fcb2f2c2b16fa256228b684980b7f8aec7ee75a07e5868c69eb4a2162960b"},
+ {file = "pydis_core-9.7.0-py3-none-any.whl", hash = "sha256:0643128702f7b6b6e8ad023d5c139c1e2e598d9f7aa08dda939e31e74119f09d"},
+ {file = "pydis_core-9.7.0.tar.gz", hash = "sha256:e985fe8cfa248b3ee4519cf9076c3eb9e7d6605c4c7bbce17d03e145f63367b4"},
]
[package.dependencies]
@@ -1790,4 +1790,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c9aa24a2f89d4161728fd8a1001cd6538ee54ab56360586fda70d7fc83abc459"
+content-hash = "d5599c141f56e976e32ef70b58c8f22ae906790f89ede4aacb857a5e15bd9047"
diff --git a/pyproject.toml b/pyproject.toml
index cd6a1ea4..f3595da4 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 = "9.6.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.7.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "3.1.1"