Updated discord.py

This commit is contained in:
2023-06-13 16:22:54 +02:00
parent b819eb439c
commit ed2377c288
10 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
"Version": {
"Major": "2023",
"Minor": "4",
"Micro": "0.post2"
"Micro": "0.post3"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
@@ -16,12 +16,12 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2023.4.0",
"discord.py>=2.2.2",
"cpl-query>=2023.4.0"
"cpl-core>=2023.4.0.post2",
"discord.py>=2.3.0",
"cpl-query>=2023.4.0.post1"
],
"DevDependencies": [
"cpl-cli>=2023.4.0"
"cpl-cli>=2023.4.0.post3"
],
"PythonVersion": ">=3.10",
"PythonPath": {},