diff options
| author | 2024-03-30 16:19:23 +0100 | |
|---|---|---|
| committer | 2024-03-30 16:19:23 +0100 | |
| commit | 9356bb8f539c5939c26a1fab4bfb8e1278dae1f1 (patch) | |
| tree | bd0918a9991cf02941cf2f5c352e6393121e8220 /pyproject.toml | |
| parent | Merge pull request #2839 from python-discord/allow-mute-edits (diff) | |
| parent | Bump Python to 3.12 (diff) | |
Merge pull request #2988 from python-discord/bump-bot-core
Bump bot core & Python version
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 3e13d88a1..ec7244eb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ authors = ["Python Discord <[email protected]>"]  license = "MIT"  [tool.poetry.dependencies] -python = "3.11.*" +python = "3.12.*"  # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "10.7.0", extras = ["async-rediscache"] } +pydis_core = { version = "11.1.0", extras = ["all"] }  aiohttp = "3.9.3"  arrow = "1.3.0" @@ -28,7 +28,7 @@ rapidfuzz = "3.7.0"  regex = "2023.12.25"  sentry-sdk = "1.44.0"  tldextract = "5.1.2" -pydantic = "2.5.2" +pydantic = "2.6.4"  pydantic-settings = "2.2.1"  [tool.poetry.dev-dependencies] @@ -67,7 +67,7 @@ source_pkgs = ["bot"]  source = ["tests"]  [tool.ruff] -target-version = "py311" +target-version = "py312"  extend-exclude = [".cache"]  line-length = 120 | 
