From dba9f7a2f3d9dd934a6b6061dff20305d1d99cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:00:26 +0000 Subject: [PATCH] Bump pydis-core from 11.2.0 to 11.3.1 Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.2.0 to 11.3.1. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v11.2.0...v11.3.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28c1a9e..bf4f64e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -993,13 +993,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydis-core" -version = "11.2.0" +version = "11.3.1" 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.2.0-py3-none-any.whl", hash = "sha256:e06adeb17b25c88e8531712ea3910a7c35b977e0b04711cdecd2089efce1b546"}, - {file = "pydis_core-11.2.0.tar.gz", hash = "sha256:8ecdc3a564ef7f34c4688c1bc064e4871555f22f239845fb2d9cb74df9006ae8"}, + {file = "pydis_core-11.3.1-py3-none-any.whl", hash = "sha256:a7344a65710593214711efc5f8daf14b601c7bb83f90efa2a148a6f41a5d7c92"}, + {file = "pydis_core-11.3.1.tar.gz", hash = "sha256:52a6e687b3700c077e49bd1e719aa868497524e7086f44cc219d66170155230b"}, ] [package.dependencies] @@ -1360,4 +1360,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "e51b4411f0c68a9000118aaa867aaaffe4c86db0f2a2ea671f19d571d6b858f5" +content-hash = "0c1e3919b5730349f14db70629d32c1e229bd6b6ed305f2fc04ddd6e402d7f22" diff --git a/pyproject.toml b/pyproject.toml index ed9d199..5371b9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "11.2.0" +pydis-core = "11.3.1" alembic = "1.13.2" coloredlogs = "15.0.1"