diff options
author | 2022-11-26 11:00:57 +0000 | |
---|---|---|
committer | 2022-11-26 13:08:08 +0000 | |
commit | fd5af2ea3eaa87d6ee83e6e3af881dc9faa617a3 (patch) | |
tree | dc1cb03f2c40246a735e88a47f49c78d93a91dfe /pyproject.toml | |
parent | Merge pull request #2337 from python-discord/help-forum-fixes (diff) |
Bump bot-core version
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2019d847a..f6a31cdf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. -bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.2.1.zip", extras = ["async-rediscache"] } +pydis_core = { version = "9.1.1", extras = ["async-rediscache"] } redis = "4.3.4" fakeredis = { version = "1.9.3", extras = ["lua"] } @@ -34,7 +34,6 @@ pyyaml = "6.0" rapidfuzz = "2.11.1" regex = "2022.9.13" sentry-sdk = "1.9.10" -statsd = "3.3.0" tldextract = "3.4.0" pydantic = "1.10.2" |