diff options
author | 2023-07-23 21:34:54 +0100 | |
---|---|---|
committer | 2023-07-23 21:34:54 +0100 | |
commit | 3fc08889f18db0181ac4d0c3c9d2ba96e73f7d12 (patch) | |
tree | e74dcb1d32429510fb1de1d619c6ea7154a62ed6 | |
parent | Re-enable the reddit autoposter (#1332) (diff) |
Bump pydis-core from 9.9.0 to 10.0.0 (#1330)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.9.0 to 10.0.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/v9.9.0...v10.0.0)
---
updated-dependencies:
- dependency-name: pydis-core
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 19 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 12 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock index a497dffb..9157248a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,13 +427,13 @@ cron = ["capturer (>=2.4)"] [[package]] name = "discord-py" -version = "2.3.0" +version = "2.3.1" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8.0" files = [ - {file = "discord.py-2.3.0-py3-none-any.whl", hash = "sha256:3e9498967822ad4499f8f72deb9173f942d9827d92b6e4e4e7732d24f78f300c"}, - {file = "discord.py-2.3.0.tar.gz", hash = "sha256:c71066a30f037d069218e59092505c3e8945fd175e396a80748056d989756806"}, + {file = "discord.py-2.3.1-py3-none-any.whl", hash = "sha256:149652f24da299706270bf8c03c2fcf80cf1caf3a480744c61d5b001688b380d"}, + {file = "discord.py-2.3.1.tar.gz", hash = "sha256:8eb4fe66b5d503da6de3a8425e23012711dc2fbcd7a782107a92beac15ee3459"}, ] [package.dependencies] @@ -748,6 +748,8 @@ files = [ {file = "lxml-4.9.3-cp27-cp27m-macosx_11_0_x86_64.whl", hash = "sha256:b0a545b46b526d418eb91754565ba5b63b1c0b12f9bd2f808c852d9b4b2f9b5c"}, {file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:075b731ddd9e7f68ad24c635374211376aa05a281673ede86cbe1d1b3455279d"}, {file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:1e224d5755dba2f4a9498e150c43792392ac9b5380aa1b845f98a1618c94eeef"}, + {file = "lxml-4.9.3-cp27-cp27m-win32.whl", hash = "sha256:2c74524e179f2ad6d2a4f7caf70e2d96639c0954c943ad601a9e146c76408ed7"}, + {file = "lxml-4.9.3-cp27-cp27m-win_amd64.whl", hash = "sha256:4f1026bc732b6a7f96369f7bfe1a4f2290fb34dce00d8644bc3036fb351a4ca1"}, {file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c0781a98ff5e6586926293e59480b64ddd46282953203c76ae15dbbbf302e8bb"}, {file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:cef2502e7e8a96fe5ad686d60b49e1ab03e438bd9123987994528febd569868e"}, {file = "lxml-4.9.3-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:b86164d2cff4d3aaa1f04a14685cbc072efd0b4f99ca5708b2ad1b9b5988a991"}, @@ -1246,19 +1248,20 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pydis-core" -version = "9.9.0" +version = "10.0.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.9.0-py3-none-any.whl", hash = "sha256:ed92b1e0cba66788fc0d1c44b16b9902c593e509f9762519090148d5fcf9594b"}, - {file = "pydis_core-9.9.0.tar.gz", hash = "sha256:58459b652700af930fad329a5d2003c587cf696f70f422c03df6d48a39be3cd3"}, + {file = "pydis_core-10.0.0-py3-none-any.whl", hash = "sha256:1fe390002f475a606797f5b00a34e00d513e393d22d2f5b355d2f2fdd066d2e5"}, + {file = "pydis_core-10.0.0.tar.gz", hash = "sha256:d3c4d3331c73d45b9a9d3e76f1d397b87e48376af28162115176cb83b4677b06"}, ] [package.dependencies] aiodns = "3.0.0" async-rediscache = {version = "1.0.0rc2", extras = ["fakeredis"], optional = true, markers = "extra == \"async-rediscache\""} -"discord.py" = "2.3.0" +"discord.py" = "2.3.1" +pydantic = ">=1.7.4,<3.0.0" statsd = "4.0.1" [package.extras] @@ -1793,4 +1796,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "633aade1832df54e334deb8ad8e163d35576eb4cd089c972f46e6a2589c2fe22" +content-hash = "cb6cb68902e104c54e2ba8427dc06b6e98e70747329a7ef52d05e7277e35aa70" diff --git a/pyproject.toml b/pyproject.toml index 7147efe3..f9ab9894 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 = "10.0.0", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "3.1.1" |