From fda26d10c97ff6c3011311fc3cdc14670a81c3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 05:32:43 +0000 Subject: [PATCH] Bump pydis-core from 10.4.0 to 10.5.0 (#1408) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 22554c086c..6c2c90505e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1231,21 +1231,21 @@ python-dotenv = ">=0.21.0" [[package]] name = "pydis-core" -version = "10.4.0" +version = "10.5.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.4.0-py3-none-any.whl", hash = "sha256:caffb572aac37196f52262a58fc926b6f7db50012268ceab38f86b3e16b44db0"}, - {file = "pydis_core-10.4.0.tar.gz", hash = "sha256:06cdaf71079ceaf31e80406a7ced32f089b57c292b79aafdb418118d739d1a80"}, + {file = "pydis_core-10.5.0-py3-none-any.whl", hash = "sha256:e80bb1df8b49d13f468c8b49bee5ed4aa2f1c8b9bf21fbb3b2274b2dd4fa5ffb"}, + {file = "pydis_core-10.5.0.tar.gz", hash = "sha256:40225b970cd0d6d854970e56620af2ea1f83828b6aa2f09b405f870a65621f20"}, ] [package.dependencies] -aiodns = "3.1.1" +aiodns = ">=3.1,<4.0" async-rediscache = {version = "1.0.0rc2", extras = ["fakeredis"], optional = true, markers = "extra == \"async-rediscache\""} -"discord.py" = "2.3.2" +"discord.py" = ">=2.3.2,<2.4.0" pydantic = ">=1.7.4,<3.0.0" -statsd = "4.0.1" +statsd = ">=4.0,<5.0" [package.extras] async-rediscache = ["async-rediscache[fakeredis] (==1.0.0rc2)"] @@ -1817,4 +1817,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d6a0060c879048610488d116813d63c43114854b7accf897925414901fac0ef2" +content-hash = "061b39e0626ce2dd34669578cfc8d060b1f5800fb6a73034190328144fc65050" diff --git a/pyproject.toml b/pyproject.toml index bdb883d9dc..a473c26d68 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.4.0", extras = ["async-rediscache"] } +pydis_core = { version = "10.5.0", extras = ["async-rediscache"] } rapidfuzz = "3.5.2" arrow = "1.3.0"