diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index bfb51044..fb4dc8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,12 @@ authors = ["Python Discord <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.10.*" +python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "9.5.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } aiodns = "3.0.0" -aioredis = "2.0.1" rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.2" @@ -29,14 +28,14 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "6.0.0" flake8-annotations = "3.0.0" -flake8-bugbear = "23.2.13" +flake8-bugbear = "23.3.12" flake8-docstrings = "1.7.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" -pip-licenses = "4.0.3" +pip-licenses = "4.1.0" pre-commit = "3.1.1" python-dotenv = "1.0.0" taskipy = "1.10.3" |