diff options
| author | 2024-04-02 12:53:34 +0800 | |
|---|---|---|
| committer | 2024-04-02 12:53:34 +0800 | |
| commit | 2d9b3a220c02daec03b09e82980c82daffe0c3a1 (patch) | |
| tree | da3787c1e1f56561b6c02428eeba75fe589bd251 /pyproject.toml | |
| parent | Reference the /tag slash-command instead in tags listing (diff) | |
| parent | Merge pull request #2995 from python-discord/wookie184-show-warnings-in-actio... (diff) | |
Merge branch 'main' into fix/tags-list-footer
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/pyproject.toml b/pyproject.toml index d76802ec2..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" @@ -19,23 +19,23 @@ coloredlogs = "15.0.1"  deepdiff = "6.7.1"  emoji = "2.11.0"  feedparser = "6.0.11" -lxml = "5.1.0" +lxml = "5.1.1"  markdownify = "0.12.1"  more-itertools = "10.2.0"  python-dateutil = "2.9.0.post0"  python-frontmatter = "1.1.0"  rapidfuzz = "3.7.0"  regex = "2023.12.25" -sentry-sdk = "1.43.0" +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]  coverage = "7.4.4"  httpx = "0.27.0"  pre-commit = "3.7.0" -pip-licenses = "4.3.4" +pip-licenses = "4.4.0"  pytest = "8.1.1"  pytest-cov = "5.0.0"  pytest-subtests = "0.12.1" @@ -67,7 +67,7 @@ source_pkgs = ["bot"]  source = ["tests"]  [tool.ruff] -target-version = "py311" +target-version = "py312"  extend-exclude = [".cache"]  line-length = 120 | 
