aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-07-27 20:31:23 +0200
committerGravatar GitHub <[email protected]>2024-07-27 20:31:23 +0200
commit094c282e3ae89b02ea9525b32a886f39e6789743 (patch)
tree4f06492c9d48712c83a8e73950626216dc90b23f
parentAdd LDAP native libraries to Dockerfile (diff)
parentfix(deps): update dependency pydis-core to v11.3.1 (diff)
Merge pull request #246 from python-discord/renovate/pydis-core-11.x
fix(deps): update dependency pydis-core to v11.3.1
-rw-r--r--poetry.lock9
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index e0d08d1..0f05575 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1269,13 +1269,13 @@ yaml = ["pyyaml (>=6.0.1)"]
[[package]]
name = "pydis-core"
-version = "11.3.0"
+version = "11.3.1"
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.3.0-py3-none-any.whl", hash = "sha256:0a1c37f56df0f639f252e71504d98599679b64fe282331db027ae63dc441a845"},
- {file = "pydis_core-11.3.0.tar.gz", hash = "sha256:6c1141a05b067cf272cb816d4bee18a0e5d8ca264b5a94490be4001d074b2ac1"},
+ {file = "pydis_core-11.3.1-py3-none-any.whl", hash = "sha256:a7344a65710593214711efc5f8daf14b601c7bb83f90efa2a148a6f41a5d7c92"},
+ {file = "pydis_core-11.3.1.tar.gz", hash = "sha256:52a6e687b3700c077e49bd1e719aa868497524e7086f44cc219d66170155230b"},
]
[package.dependencies]
@@ -1377,6 +1377,7 @@ files = [
{file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
{file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
{file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
+ {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"},
{file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
{file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
{file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
@@ -1820,4 +1821,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "621fe71b3062c5a518b2096e2b258bbe2d6266286f02b7b11b8e9b4093e95e2f"
+content-hash = "c7bde0effe7684b430552a574540255d6a54331c91d22957e54d6985f49c5161"
diff --git a/pyproject.toml b/pyproject.toml
index 92e611b..465683a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ package-mode = false
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis-core = "11.3.0"
+pydis-core = "11.3.1"
beautifulsoup4 = "4.12.3"
pydantic = "2.8.2"