diff options
| author | 2022-04-26 10:21:44 +0100 | |
|---|---|---|
| committer | 2022-04-26 10:22:09 +0100 | |
| commit | 253bc469fc40ee2b18967a4f4c1672f9b0b78b1f (patch) | |
| tree | 88bd45eb0add0a9a9d147f5c3f7bd24124d0696b | |
| parent | Bump bot base so a real statsd client is actually created (diff) | |
Bump d.py and bot-core
one of the commits in this bump dynamically extends the timeout of Guild.chunk() based on the number or members, so it should actually work on our guild now.
| -rw-r--r-- | poetry.lock | 10 | ||||
| -rw-r--r-- | pyproject.toml | 4 | 
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index a72f6ab16..8281394e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,7 +125,7 @@ lxml = ["lxml"]  [[package]]  name = "bot-core" -version = "6.3.2" +version = "6.4.0"  description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."  category = "main"  optional = false @@ -133,7 +133,7 @@ python-versions = "3.9.*"  [package.dependencies]  async-rediscache = {version = "0.2.0", extras = ["fakeredis"], optional = true, markers = "extra == \"async-rediscache\""} -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip"} +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"}  statsd = "3.3.0"  [package.extras] @@ -141,7 +141,7 @@ async-rediscache = ["async-rediscache[fakeredis] (==0.2.0)"]  [package.source]  type = "url" -url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.2.zip" +url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.4.0.zip"  [[package]]  name = "certifi"  version = "2021.10.8" @@ -263,7 +263,7 @@ voice = ["PyNaCl (>=1.3.0,<1.6)"]  [package.source]  type = "url" -url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip" +url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"  [[package]]  name = "distlib" @@ -1150,7 +1150,7 @@ multidict = ">=4.0"  [metadata]  lock-version = "1.1"  python-versions = "3.9.*" -content-hash = "6c545296e308253b3f24ad7463a177031e3152ec6a2768fea25689588a032be8" +content-hash = "a07f619c75f8133982984eb506ad350144829f10c704421f09b3dbe72cd037d8"  [metadata.files]  aiodns = [ diff --git a/pyproject.toml b/pyproject.toml index 4d9a27486..402d05f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ license = "MIT"  [tool.poetry.dependencies]  python = "3.9.*" -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip"} +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"}  # See https://bot-core.pythondiscord.com/ for docs. -bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.2.zip", extras = ["async-rediscache"]} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.4.0.zip", extras = ["async-rediscache"]}  aiodns = "3.0.0"  aiohttp = "3.8.1"  |