Updated packages #297_cpl_update #320

Merged
edraft merged 4 commits from #297_cpl_update into 1.1.0 2023-06-16 10:39:33 +02:00
2 changed files with 11 additions and 11 deletions
Showing only changes of commit 8ddb9f087a - Show all commits

View File

@ -16,23 +16,23 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core==2022.12.1.post3",
"cpl-translation==2022.12.1",
"cpl-query==2022.12.2.post2",
"cpl-discord==2022.12.2.post1",
"Flask==2.2.2",
"cpl-core==2023.4.0.post1",
"cpl-translation==2023.4.0",
"cpl-query==2023.4.0",
"cpl-discord==2023.4.0",
"Flask==2.3.2",
"Flask-Classful==0.14.2",
"Flask-Cors==3.0.10",
"PyJWT==2.6.0",
"PyJWT==2.7.0",
"waitress==2.1.2",
"Flask-SocketIO==5.3.2",
"Flask-SocketIO==5.3.4",
"eventlet==0.33.3",
"requests-oauthlib==1.3.1",
"icmplib==3.0.3",
"ariadne==0.17.1"
"ariadne==0.19.1"
],
"DevDependencies": [
"cpl-cli==2022.12.1.post3",
"cpl-cli==2023.4.0.post1",
"pygount==1.5.1"
],
"PythonVersion": ">=3.10.4",

View File

@ -16,10 +16,10 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=1.0.7"
"cpl-core==2022.12.0"
],
"DevDependencies": [
"cpl-cli>=1.0.7"
"cpl-core==2022.12.0"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {},