diff options
| author | 2024-04-10 21:29:30 +0100 | |
|---|---|---|
| committer | 2024-04-10 21:29:30 +0100 | |
| commit | 1f0595a1283c442312c22096352605e511b9237f (patch) | |
| tree | b09f9932f4601cd68fabeccbee362a65f3cd2b42 /pyproject.toml | |
| parent | Merge pull request #172 from python-discord/dependabot/pip/sentry-sdk-1.44.1 (diff) | |
Update pyproject.toml and poetry.lock
Updates the pyproject.toml file to versions 3.12 and all the latest
versions of dependencies.
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 add4e4b..b7924dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,23 +6,23 @@ authors = ["Joe Banks <[email protected]>", "Chris Lovering <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.11.*" +python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "10.7.0" +pydis-core = "11.1.0" -pydantic = "2.6.1" -pydantic-settings = "2.1.0" +pydantic = "2.6.4" +pydantic-settings = "2.2.1" loguru = "0.7.2" kubernetes_asyncio = "29.0.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" -sentry-sdk = "1.44.1" +sentry-sdk = "1.45.0" humanize = "^4.9.0" [tool.poetry.dev-dependencies] -pre-commit = "3.6.1" -ruff = "0.2.1" +pre-commit = "3.7.0" +ruff = "0.3.5" taskipy = "1.12.2" [tool.taskipy.tasks] |