diff options
author | 2024-07-18 21:18:21 +0200 | |
---|---|---|
committer | 2024-07-18 21:18:21 +0200 | |
commit | a6eb20a040f4dec08f04efeabb8e34cc765ce3c3 (patch) | |
tree | 408d7adc81e4f8ba63630fbd3b8007565171f9b9 | |
parent | Bump pip-licenses from 4.4.0 to 4.5.1 (#3121) (diff) |
Bump pydis-core from 11.2.0 to 11.3.0 (#3130)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.2.0 to 11.3.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/compare/v11.2.0...v11.3.0)
---
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 de69b5bac..2172ed686 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1568,13 +1568,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pydis-core" -version = "11.2.0" +version = "11.3.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.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.0-py3-none-any.whl", hash = "sha256:0a1c37f56df0f639f252e71504d98599679b64fe282331db027ae63dc441a845"}, + {file = "pydis_core-11.3.0.tar.gz", hash = "sha256:6c1141a05b067cf272cb816d4bee18a0e5d8ca264b5a94490be4001d074b2ac1"}, ] [package.dependencies] @@ -2405,4 +2405,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "aa648c93f273c786c4b2d408ef423995298fc8383045b73c8555632fbcbf3b63" +content-hash = "9d3414c2a19d5a5e4fc037eb041febbb1a614b4ea4742a74838cedfdbc8d292d" diff --git a/pyproject.toml b/pyproject.toml index 47f0b17c6..5d4969852 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 = { version = "11.2.0", extras = ["all"] } +pydis_core = { version = "11.3.0", extras = ["all"] } aiohttp = "3.9.5" arrow = "1.3.0" |