aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-04 09:06:01 +0000
committerGravatar Chris Lovering <[email protected]>2023-03-04 09:08:02 +0000
commit620746147b7c596f7af64e931881252ef0dca3be (patch)
tree0a4131e13187520198b1a4c85eafc20adc7f1804
parentBump Python version to 3.11 (diff)
Bump pydis_core and pip-licenses
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 293165c1..07f97973 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
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"
@@ -36,7 +36,7 @@ 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"