aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 14:09:53 +0100
committerGravatar GitHub <[email protected]>2023-06-12 14:09:53 +0100
commite9f178b0d66f70a01d5a64f105120f9c7369df69 (patch)
tree829a03cdc108d6ae6f1b6c6ae07ef27ea89cadc9
parentUpdate base docker image used (diff)
Bump pydis-core from 9.5.1 to 9.6.0 (#50)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.1 to 9.6.0. - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.5.1...v9.6.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.lock16
-rw-r--r--pyproject.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock
index bbd34da..683093b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -365,14 +365,14 @@ files = [
[[package]]
name = "discord-py"
-version = "2.2.2"
+version = "2.2.3"
description = "A Python wrapper for the Discord API"
category = "main"
optional = false
python-versions = ">=3.8.0"
files = [
- {file = "discord.py-2.2.2-py3-none-any.whl", hash = "sha256:38fc52a784727b8e5e5749267089400035b187a009028eddfabeb182abcc6d52"},
- {file = "discord.py-2.2.2.tar.gz", hash = "sha256:b9944056bcb5711b2d04088848fd004466cf117c15c84fa798bf55470f28275f"},
+ {file = "discord.py-2.2.3-py3-none-any.whl", hash = "sha256:792bdcfe71cfe013c446cf379b2e83e08b5050604322ad6fb592864e63511abd"},
+ {file = "discord.py-2.2.3.tar.gz", hash = "sha256:f9df95795c6f52c5db43b7ab43634993e12ef233288636a759166dd9c134d077"},
]
[package.dependencies]
@@ -925,19 +925,19 @@ files = [
[[package]]
name = "pydis-core"
-version = "9.5.1"
+version = "9.6.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
category = "main"
optional = false
python-versions = ">=3.10.0,<3.12.0"
files = [
- {file = "pydis_core-9.5.1-py3-none-any.whl", hash = "sha256:50bbf1800fe228dd60ba6624615815f45139c105512ef701c556ee7dedaa91eb"},
- {file = "pydis_core-9.5.1.tar.gz", hash = "sha256:83b89117def529c8b130f22c9f8cd46211df6329b039eedd5020098e656aa198"},
+ {file = "pydis_core-9.6.0-py3-none-any.whl", hash = "sha256:284b4587a124956220c186a3f774430cf1654d721c3c239640a204a53a567434"},
+ {file = "pydis_core-9.6.0.tar.gz", hash = "sha256:a88fcb2f2c2b16fa256228b684980b7f8aec7ee75a07e5868c69eb4a2162960b"},
]
[package.dependencies]
aiodns = "3.0.0"
-"discord.py" = "2.2.2"
+"discord.py" = "2.2.3"
statsd = "4.0.1"
[package.extras]
@@ -1212,4 +1212,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "4310014c9f3c95a97553d57db7dbc055d9e055063dcb0d4daed8f7451607246f"
+content-hash = "5fa48b8832c080eaf607f5ea2c5dec9a23055586bd53e368f00d5d23b4605e71"
diff --git a/pyproject.toml b/pyproject.toml
index 14e1a84..d55466c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.10.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "9.5.1"
+pydis-core = "9.6.0"
alembic = "1.10.3"
aiohttp = "3.8.4"