aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-23 02:22:31 +0000
committerGravatar GitHub <[email protected]>2024-06-23 02:22:31 +0000
commita84e340e89d6138fefd8d89c1ecac18cda4126e5 (patch)
tree1e94492aa3eb5384990a224da8ee42d14be7ba4e /pyproject.toml
parentSkip line if no match against inventory line regex (#3100) (diff)
Bump pydis-core from 11.1.0 to 11.2.0
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.1.0 to 11.2.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.1.0...v11.2.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8555c2cba..e7f2375d3 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.1.0", extras = ["all"] }
+pydis_core = { version = "11.2.0", extras = ["all"] }
aiohttp = "3.9.5"
arrow = "1.3.0"