From 52ddeca0aa1475059d593b84b6dc58c8fbf6bf03 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 21 Feb 2022 02:06:25 +0000 Subject: Change discord API wrapper to disnake This also bumps the dev deps --- pyproject.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e7f98819..5eab4fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "1.2.0" +version = "1.3.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT" @@ -16,7 +16,7 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.9.*" -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"} +disnake = ">=2.4" [tool.poetry.dev-dependencies] flake8 = "4.0.1" @@ -28,17 +28,16 @@ flake8-string-format = "0.3.0" flake8-tidy-imports = "4.6.0" flake8-todo = "0.7" pep8-naming = "0.12.1" -pre-commit = "2.16.0" -taskipy = "1.9.0" +pre-commit = "2.17.0" +taskipy = "1.10.1" python-dotenv = "0.19.2" -pytest = "6.2.5" +pytest = "7.0.1" pytest-cov = "3.0.0" -pytest-xdist = { version = "2.5.0", extras = ["psutil"] } +pytest-xdist = "2.5.0" Sphinx = "4.4.0" -tomli = "2.0.0" -GitPython = "3.1.26" +GitPython = "3.1.27" sphinx-autodoc-typehints = "1.17.0" -furo = "2022.1.2" +furo = "2022.2.23" [tool.taskipy.tasks] -- cgit v1.2.3