From 8fe6292d513bd92d95e12227cde4c5739210b698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:36:04 +0000 Subject: [PATCH] fix(deps): update dependency pydis-core to v11.4.0 | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | pydis-core | 11.3.1 | 11.4.0 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2878efa..102fafe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1313,13 +1313,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pydis-core" -version = "11.3.1" +version = "11.4.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "pydis_core-11.3.1-py3-none-any.whl", hash = "sha256:a7344a65710593214711efc5f8daf14b601c7bb83f90efa2a148a6f41a5d7c92"}, - {file = "pydis_core-11.3.1.tar.gz", hash = "sha256:52a6e687b3700c077e49bd1e719aa868497524e7086f44cc219d66170155230b"}, + {file = "pydis_core-11.4.0-py3-none-any.whl", hash = "sha256:cd2a4a5c929548400423ec5e544b67696c978df92d00ee4bd337e60ea4f24728"}, + {file = "pydis_core-11.4.0.tar.gz", hash = "sha256:3a3a213add4e0a221bc4f4a09776b77d2d7aa1978b0958872a1db030992d0b97"}, ] [package.dependencies] @@ -1868,4 +1868,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "744d0e79d06fa8ff279f9b2546397e92d46006495ebbf14abe9b168fdcd03713" +content-hash = "fe4d328b33fbdd38b612e723af7084d54bfe2dc9eba4179ab3c3bdfeb34199c7" diff --git a/pyproject.toml b/pyproject.toml index 7461f45..e377ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "11.3.1" +pydis-core = "11.4.0" beautifulsoup4 = "4.12.3" pydantic = "2.9.1"