aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-03-02 22:01:42 +0000
committerGravatar GitHub <[email protected]>2023-03-02 22:01:42 +0000
commit87b2308f5f34442e98931980883e9309aadc6ff6 (patch)
treead3b7de532fedda03ab27ce5088735a2f1fced84
parentMerge pull request #42 from shenanigansd/bump-dpy (diff)
parentbump pydis-core to 9.5.0 (diff)
Merge pull request #44 from shtlrs/bump-pydis-core-to-950
bump pydis-core to 9.5.0
-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 af210b2..00495ca 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -389,14 +389,14 @@ files = [
[[package]]
name = "discord-py"
-version = "2.1.1"
+version = "2.2.0"
description = "A Python wrapper for the Discord API"
category = "main"
optional = false
python-versions = ">=3.8.0"
files = [
- {file = "discord.py-2.1.1-py3-none-any.whl", hash = "sha256:b99fbf4ad74f007c680f33f5174738858146c99a2bc4f6d0e08ddbf93bc12c4d"},
- {file = "discord.py-2.1.1.tar.gz", hash = "sha256:8258b7af641c532e9e33e186c7b867d9ff5575fe63a460b17ed55bd4fe082200"},
+ {file = "discord.py-2.2.0-py3-none-any.whl", hash = "sha256:012e98571af6847467e81f9501bbe4c6ebfe292c842f5ef8e951908839ee1cd0"},
+ {file = "discord.py-2.2.0.tar.gz", hash = "sha256:a92d69ab6f982998693d0c371ea19235fa0f9900b50068fc461086d02c33e6bb"},
]
[package.dependencies]
@@ -1118,19 +1118,19 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
name = "pydis-core"
-version = "9.4.1"
+version = "9.5.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.4.1-py3-none-any.whl", hash = "sha256:29f1f69ae2bc5c9560ac3d43149ca9e7f13d567064555b76b79be5c8fa9ba6ba"},
- {file = "pydis_core-9.4.1.tar.gz", hash = "sha256:b52c7ea052196aae72298ef59f59514376178e713cd133e0ca6fcb1d7312024c"},
+ {file = "pydis_core-9.5.0-py3-none-any.whl", hash = "sha256:35834274a80b86a5426f27cb546b3fada8a5711bbf01bbcf1b0a8860a2afee94"},
+ {file = "pydis_core-9.5.0.tar.gz", hash = "sha256:1cf9c223af9b5377e08cc0eb046a12130518e4743afbdd4f052d5556b7dae805"},
]
[package.dependencies]
aiodns = "3.0.0"
-"discord.py" = "2.1.1"
+"discord.py" = "2.2.0"
statsd = "4.0.1"
[package.extras]
@@ -1536,4 +1536,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "c0e35391e10f661de1a4282b7cf37b54ecd4d0b974a2c232f117de5c731fb8f4"
+content-hash = "a738f65be466d845d679d4f942d1ac53de0b7b05f76b9761279e737acb6d83a3"
diff --git a/pyproject.toml b/pyproject.toml
index e1c7162..b287696 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.4.1"
+pydis-core = "9.5.0"
pydantic = {extras = ["dotenv"], version = "1.10.4"}
loguru = "0.6.0"