diff options
author | 2023-06-20 11:42:29 +0000 | |
---|---|---|
committer | 2023-06-20 11:42:29 +0000 | |
commit | 4470ccf8f2fc5407a85c4738de1e50d94fb377c8 (patch) | |
tree | 6c5358764652c59e7c37e62c6224a761b6596f88 | |
parent | Bump emoji from 2.5.0 to 2.5.1 (#1300) (diff) |
Bump pydis-core from 9.8.0 to 9.9.0 (#1301)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.8.0 to 9.9.0.
- [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/commits)
---
updated-dependencies:
- dependency-name: pydis-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 4277301a..09155f00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1243,13 +1243,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pydis-core" -version = "9.8.0" +version = "9.9.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-9.8.0-py3-none-any.whl", hash = "sha256:fddc3b863fcf542ee62c8cefc9fb5498b23b10a36655221ade48268c0dd37507"}, - {file = "pydis_core-9.8.0.tar.gz", hash = "sha256:63806fcfa09abfaf83775dba4adbc6a2b1182f6bc2336def2f16bb2b884fd35c"}, + {file = "pydis_core-9.9.0-py3-none-any.whl", hash = "sha256:ed92b1e0cba66788fc0d1c44b16b9902c593e509f9762519090148d5fcf9594b"}, + {file = "pydis_core-9.9.0.tar.gz", hash = "sha256:58459b652700af930fad329a5d2003c587cf696f70f422c03df6d48a39be3cd3"}, ] [package.dependencies] @@ -1790,4 +1790,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "c9fa6437b0be7fd247ad23c91e75ef7d133ab7c668d0034964a439f284641536" +content-hash = "ebcd3ba0fffca6be1c3af7bfe4d8fa26df5080f65837efa4d5ce875dbae1c5ba" diff --git a/pyproject.toml b/pyproject.toml index 13c9300c..5ed4712c 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.8.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.9.0", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "3.1.1" |