From fe27d5be1a1649ec1528eb3e1df022d409c0dcd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 05:49:11 +0000 Subject: [PATCH] Bump pydis-core from 9.9.0 to 9.9.1 Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.9.0 to 9.9.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/v9.9.0...v9.9.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 b290654fb..bb944f4c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1243,13 +1243,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pydis-core" -version = "9.9.0" +version = "9.9.1" 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-9.9.0-py3-none-any.whl", hash = "sha256:ed92b1e0cba66788fc0d1c44b16b9902c593e509f9762519090148d5fcf9594b"}, - {file = "pydis_core-9.9.0.tar.gz", hash = "sha256:58459b652700af930fad329a5d2003c587cf696f70f422c03df6d48a39be3cd3"}, + {file = "pydis_core-9.9.1-py3-none-any.whl", hash = "sha256:456c81b226c4b49611139c5502dc69f04ca5ba46088d17d9f75176e989f77ebc"}, + {file = "pydis_core-9.9.1.tar.gz", hash = "sha256:80b97eae4397e46eea90e88eccdec993a6c1859668150d32af08e80e15cefb2c"}, ] [package.dependencies] @@ -1790,4 +1790,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "57de68786d6b511be3efccc53427b3aad08a95bc1bc8fb9758329d71a24e59bd" +content-hash = "8786a5ee30bc56b5fc31c90cf878135d0aa70a13101905f583222cd98b9f150d" diff --git a/pyproject.toml b/pyproject.toml index d6ce53464..7ede9b72f 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 = "9.9.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.9.1", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "3.1.1"