aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Robin <[email protected]>2023-03-18 22:15:23 -0500
committerGravatar GitHub <[email protected]>2023-03-18 22:15:23 -0500
commita1aaeba71437782e7c032b28a3fc7bbd2512b1ac (patch)
treea9f7aff94982b9f27f58b1b10dc2f8f2cb045d27 /pyproject.toml
parentMerge (diff)
parentBump flake8-bugbear from 23.2.13 to 23.3.12 (#1232) (diff)
Merge branch 'python-discord:main' into undeprecate-bookmark
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
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"