aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-30 08:51:00 +0000
committerGravatar GitHub <[email protected]>2024-08-30 08:51:00 +0000
commit2fd417fb72db96df04444e301a8b8b9661f73e86 (patch)
treec7dfa2c12caf3ad2cd130b9b562f3c663aac2bec /pyproject.toml
parentBump aiohttp from 3.9.4 to 3.10.2 (#1591) (diff)
Bump pydis-core from 11.3.0 to 11.3.1 (#1585)
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.3.0 to 11.3.1. - [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.3.0...v11.3.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ac975a98..5351d97c 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.3.0", extras = ["all"] }
+pydis_core = { version = "11.3.1", extras = ["all"] }
rapidfuzz = "3.9.4"
arrow = "1.3.0"