Skip to content

v2.0-beta.0.1

Latest
Compare
Choose a tag to compare
@Dhruvacube Dhruvacube released this 09 Apr 06:44
· 1424 commits to master since this release
181382f

Summary

While doing the development of the v2.0 of Minato Namikaze , discord.py was discontinued and I had to switch over to Stocker's MC discord.py , but after 6 months the original discord.py continued its development again, so here is the beta release of v2.0 and the full complete release of v2.0 will be released after the d.py v2.0 gets pushed into pypi.

Also we did a switch over from Heroku to Oracle VPS.

Also now Minato Namikaze has a amazing site to view https://minato-namikaze.readthedocs.io

What's Changed

  • Format Document with isort by @Onii-Chan-Discord in #172
  • Bump typing-extensions from 3.10.0.0 to 3.10.0.1 by @dependabot in #173
  • Bump typing-extensions from 3.10.0.1 to 3.10.0.2 by @dependabot in #174
  • Bump pillow from 8.3.1 to 8.3.2 by @dependabot in #177
  • Short Read Me update by @Dhruvacube in #191
  • 2.0 fixes by @ooliver1 in #192
  • started implementation of vars.py by @eitozx in #196
  • Greetings Actions by @Dhruvacube in #197
  • Update requirements.txt by @Dhruvacube in #199
  • Improved Userinfo & Serverinfo. by @eitozx in #202
  • Bump yarl from 1.6.3 to 1.7.0 by @dependabot in #204
  • Add 2 more fields to serverinfo by @Onii-Chan-Discord in #207
  • Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #208
  • Bump click from 8.0.1 to 8.0.3 by @dependabot in #211
  • Bump certifi from 2021.5.30 to 2021.10.8 by @dependabot in #210
  • Bump pygit2 from 1.6.1 to 1.7.0 by @dependabot in #209
  • Bump idna from 3.2 to 3.3 by @dependabot in #214
  • Bump charset-normalizer from 2.0.4 to 2.0.7 by @dependabot in #212
  • Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #216
  • Create CODEOWNERS by @Onii-Chan-Discord in #215
  • Update userinfo! by @Onii-Chan-Discord in #213
  • Replace multiple == checks with in by @deepsource-autofix in #219
  • Remove length check in favour of truthiness of the object by @deepsource-autofix in #217
  • Replace multiple == checks with in by @deepsource-autofix in #218
  • Change methods not using its bound instance to staticmethods by @deepsource-autofix in #220
  • Fix dangerous default argument by @deepsource-autofix in #221
  • Iterate dictionary directly by @deepsource-autofix in #222
  • Remove unnecessary comprehension by @deepsource-autofix in #224
  • Convert string with anomalous backslash into a raw string by @deepsource-autofix in #225
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #223
  • Use identity check for comparison to a singleton by @deepsource-autofix in #226
  • Remove reimported module by @deepsource-autofix in #227
  • Use is to compare type of objects by @deepsource-autofix in #228
  • Refactor if expression by @deepsource-autofix in #229
  • Remove unnecessary generator by @deepsource-autofix in #230
  • Refactor unnecessary else / elif when if block has a return statement by @deepsource-autofix in #231
  • Remove assert statement from non-test files by @deepsource-autofix in #233
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #232
  • Remove unnecessary use of comprehension by @deepsource-autofix in #234
  • Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #235
  • Bump sqlalchemy from 1.4.25 to 1.4.26 by @dependabot in #251
  • Refactor unnecessary else / elif when if block has a return statement by @deepsource-autofix in #252
  • Refactor unnecessary else / elif when if block has a raise statement by @deepsource-autofix in #254
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #253
  • Simplify the if statement by @deepsource-autofix in #255
  • change to follow python conventions, fix #246 for moderation.py by @QuartzAl in #256
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #258
  • changes to follow python conventions in converter.py by @QuartzAl in #257
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #259
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #260
  • Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #265
  • Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #263
  • Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #261
  • Remove blank lines after docstring by @deepsource-autofix in #266
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #267
  • Bump pygit2 from 1.6.1 to 1.7.0 by @dependabot in #273
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #268
  • Bump yarl from 1.6.3 to 1.7.0 by @dependabot in #270
  • Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #269
  • Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #271
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #275
  • Bump sqlalchemy from 1.4.25 to 1.4.26 by @dependabot in #279
  • Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #277
  • Bump idna from 3.2 to 3.3 by @dependabot in #276
  • Bump mystbin-py from 2.1.3 to 2.2.0 by @dependabot in #278
  • Fixed Issues by @Pagasis in #274
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #280
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #281
  • Remove unnecessary use of comprehension by @deepsource-autofix in #282
  • Merge collapsible with statements by @deepsource-autofix in #283
  • Merge collapsible if statements by @deepsource-autofix in #284
  • Remove unnecessary f-string by @deepsource-autofix in #285
  • Remove implicit object from the base class by @deepsource-autofix in #286
  • Use literal syntax to create data structure by @deepsource-autofix in #287
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #288
  • Bump idna from 3.2 to 3.3 by @dependabot in #289
  • Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #290
  • Bump aiohttp from 3.7.4.post0 to 3.8.0 by @dependabot in #294
  • Bump sqlalchemy from 1.4.25 to 1.4.26 by @dependabot in #291
  • Bump mystbin-py from 2.1.3 to 2.2.0 by @dependabot in #292
  • Bump pygit2 from 1.6.1 to 1.7.0 by @dependabot in #293
  • Bump yarl from 1.6.3 to 1.7.2 by @dependabot in #295
  • Bump soupsieve from 2.2.1 to 2.3 by @dependabot in #299
  • Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #298
  • Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #297
  • Bump async-timeout from 3.0.1 to 4.0.0 by @dependabot in #296
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #300
  • Bump discord-together from 1.2.1 to 1.2.2 by @dependabot in #301
  • Bump pycparser from 2.20 to 2.21 by @dependabot in #302
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #303
  • Bump async-timeout from 4.0.0 to 4.0.1 by @dependabot in #304
  • Bump pypresence from 4.2.0 to 4.2.1 by @dependabot in #309
  • Bump aiohttp from 3.8.0 to 3.8.1 by @dependabot in #310
  • Bump sqlalchemy from 1.4.26 to 1.4.27 by @dependabot in #305
  • Bump soupsieve from 2.3 to 2.3.1 by @dependabot in #306
  • Bump python-dotenv from 0.19.1 to 0.19.2 by @dependabot in #307
  • Bump typing-extensions from 3.10.0.2 to 4.0.0 by @dependabot in #308
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #311
  • Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #312
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #317
  • Bump sentry-sdk from 1.3.1 to 1.5.0 by @dependabot in #316
  • Bump pygit2 from 1.6.1 to 1.7.0 by @dependabot in #315
  • Bump aiohttp from 3.7.4.post0 to 3.8.1 by @dependabot in #314
  • Bump idna from 3.2 to 3.3 by @dependabot in #313
  • Bump python-dotenv from 0.19.0 to 0.19.2 by @dependabot in #318
  • Bump soupsieve from 2.2.1 to 2.3.1 by @dependabot in #322
  • Bump yarl from 1.6.3 to 1.7.2 by @dependabot in #321
  • Bump sqlalchemy from 1.4.25 to 1.4.27 by @dependabot in #320
  • Bump pycparser from 2.20 to 2.21 by @dependabot in #319
  • Bump pygit2 from 1.7.0 to 1.7.1 by @dependabot in #323
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #324
  • Bump mystbin-py from 2.1.3 to 2.2.0 by @dependabot in #332
  • Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #331
  • Bump discord-together from 1.2.1 to 1.2.2 by @dependabot in #328
  • Bump pypresence from 4.2.0 to 4.2.1 by @dependabot in #330
  • Bump async-timeout from 3.0.1 to 4.0.1 by @dependabot in #329
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #333
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #334
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #335
  • Change methods not using its bound instance to staticmethods by @deepsource-autofix in #336
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #337
  • Remove unnecessary f-string by @deepsource-autofix in #338
  • Merge collapsible with statements by @deepsource-autofix in #339
  • Remove implicit object from the base class by @deepsource-autofix in #340
  • Merge collapsible if statements by @deepsource-autofix in #341
  • Refactor unnecessary else / elif when if block has a return statement by @deepsource-autofix in #342
  • Remove empty module by @deepsource-autofix in #343
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #344
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #345
  • Update class slots to add missing attribute names by @deepsource-autofix in #349
  • Remove unnecessary use of comprehension by @deepsource-autofix in #348
  • Change methods not using its bound instance to staticmethods by @deepsource-autofix in #347
  • Remove unused global variable by @deepsource-autofix in #346
  • Bump aiohttp from 3.7.4.post0 to 3.8.1 by @dependabot in #350
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #353
  • Bump async-timeout from 3.0.1 to 4.0.1 by @dependabot in #351
  • Bump charset-normalizer from 2.0.7 to 2.0.8 by @dependabot in #352
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #354
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #355
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #356
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #357
  • Bump typing-extensions from 3.10.0.2 to 4.0.1 by @dependabot in #358
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #359
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #360
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #361
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #362
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #363
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #364
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #365
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #366
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #367
  • Bump pygit2 from 1.7.1 to 1.7.2 by @dependabot in #369
  • Bump orjson from 3.6.3 to 3.6.5 by @dependabot in #368
  • Bump mal-api from 0.4.0 to 0.5.1 by @dependabot in #374
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #375
  • Bump youtube-dl from 2021.6.6 to 2021.12.17 by @dependabot in #372
  • Bump sentry-sdk from 1.5.0 to 1.5.1 by @dependabot in #371
  • Bump sqlalchemy from 1.4.27 to 1.4.28 by @dependabot in #370
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #376
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #377
  • Bump mal-api from 0.4.0 to 0.5.1 by @dependabot in #379
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #384
  • Bump charset-normalizer from 2.0.7 to 2.0.9 by @dependabot in #380
  • Bump sqlalchemy from 1.4.27 to 1.4.28 by @dependabot in #381
  • Bump pygit2 from 1.7.1 to 1.7.2 by @dependabot in #382
  • Bump typing-extensions from 3.10.0.2 to 4.0.1 by @dependabot in #383
  • Bump betterstatcord-py from 3.3.0 to 3.4.0 by @dependabot in #385
  • Bump orjson from 3.6.3 to 3.6.5 by @dependabot in #386
  • Bump sentry-sdk from 1.5.0 to 1.5.1 by @dependabot in #387
  • Bump async-timeout from 3.0.1 to 4.0.2 by @dependabot in #392
  • Bump sqlalchemy from 1.4.28 to 1.4.29 by @dependabot in #393
  • Bump cachetools from 4.2.4 to 5.0.0 by @dependabot in #390
  • Bump aiohttp from 3.7.4.post0 to 3.8.1 by @dependabot in #389
  • Bump youtube-dl from 2021.6.6 to 2021.12.17 by @dependabot in #388
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #391
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #395
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #394
  • Bump platformdirs from 2.4.0 to 2.4.1 by @dependabot in #398
  • Bump filelock from 3.4.0 to 3.4.2 by @dependabot in #396
  • Bump betterstatcord-py from 3.4.0 to 3.4.1 by @dependabot in #397
  • Bump attrs from 21.2.0 to 21.3.0 by @dependabot in #399
  • Bump attrs from 21.3.0 to 21.4.0 by @dependabot in #401
  • Bump psutil from 5.8.0 to 5.9.0 by @dependabot in #400
  • Bump pillow from 8.4.0 to 9.0.0 by @dependabot in #403
  • Bump zipp from 3.6.0 to 3.7.0 by @dependabot in #402
  • Bump requests from 2.26.0 to 2.27.0 by @dependabot in #404
  • Bump urllib3 from 1.26.7 to 1.26.8 by @dependabot in #409
  • Bump requests from 2.27.0 to 2.27.1 by @dependabot in #406
  • Bump charset-normalizer from 2.0.9 to 2.0.10 by @dependabot in #405
  • Bump pynacl from 1.4.0 to 1.5.0 by @dependabot in #407
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #416
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #417
  • Bump async-timeout from 3.0.1 to 4.0.2 by @dependabot in #418
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #419
  • Code Fix- Insecure URL & Tokens by @eitozx in #420
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #421
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #422
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #423
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #424
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #425
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #426
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #427
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #428
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #430
  • Refactor if expression by @deepsource-autofix in #433
  • Remove commented out code by @deepsource-autofix in #438
  • Remove unnecessary import alias by @deepsource-autofix in #435
  • Replace multiple == checks with in by @deepsource-autofix in #431
  • Remove unused imports by @deepsource-autofix in #439
  • Remove unnecessary generator by @deepsource-autofix in #434
  • Remove methods with unnecessary super delegation. by @deepsource-autofix in #436
  • Merge isinstance calls by @deepsource-autofix in #437
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #440
  • Bump pyee from 8.2.2 to 9.0.3 by @dependabot in #442
  • Bump sentry-sdk from 1.5.2 to 1.5.3 by @dependabot in #445
  • Bump sqlalchemy from 1.4.29 to 1.4.31 by @dependabot in #446
  • Bump frozenlist from 1.2.0 to 1.3.0 by @dependabot in #443
  • Bump multidict from 5.2.0 to 6.0.2 by @dependabot in #449
  • Bump orjson from 3.6.5 to 3.6.6 by @dependabot in #448
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #454
  • Bump sentry-sdk from 1.5.3 to 1.5.4 by @dependabot in #451
  • Bump multidict from 5.2.0 to 6.0.2 by @dependabot in #452
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #455
  • Remove unused imports by @deepsource-autofix in #456
  • Bump multidict from 6.0.0 to 6.0.2 by @dependabot in #460
  • Bump pyee from 8.2.2 to 9.0.3 by @dependabot in #459
  • Bump sentry-sdk from 1.5.3 to 1.5.4 by @dependabot in #458
  • Bump english-words from 1.0.4 to 1.1.0 by @dependabot in #465
  • Bump charset-normalizer from 2.0.10 to 2.0.11 by @dependabot in #464
  • Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #466
  • Iterate dictionary directly by @deepsource-autofix in #467
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #470
  • Bump charset-normalizer from 2.0.10 to 2.0.11 by @dependabot in #471
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #476
  • Bump sentry-sdk from 1.5.3 to 1.5.4 by @dependabot in #475
  • Bump pyee from 8.2.2 to 9.0.3 by @dependabot in #472
  • Bump english-words from 1.0.4 to 1.1.0 by @dependabot in #474
  • Bump multidict from 6.0.0 to 6.0.2 by @dependabot in #473
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #480
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #479
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #481
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #482
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #483
  • Bump pillow from 9.0.0 to 9.0.1 by @dependabot in #486
  • Bump sentry-sdk from 1.5.3 to 1.5.4 by @dependabot in #488
  • Bump pyee from 8.2.2 to 9.0.3 by @dependabot in #487
  • Bump charset-normalizer from 2.0.10 to 2.0.11 by @dependabot in #485
  • Bump multidict from 6.0.0 to 6.0.2 by @dependabot in #484
  • Bump pygit2 from 1.7.2 to 1.8.0 by @dependabot in #494
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #496
  • Bump pyee from 9.0.3 to 9.0.4 by @dependabot in #495
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #497
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #499
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #501
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #502
  • Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #503
  • Change methods not using its bound instance to staticmethods by @deepsource-autofix in #508
  • Remove assert statement from non-test files by @deepsource-autofix in #509
  • Remove reimported module by @deepsource-autofix in #510
  • Remove commented out code by @deepsource-autofix in #511
  • Use literal syntax to create data structure by @deepsource-autofix in #512
  • Merge collapsible if statements by @deepsource-autofix in #513
  • Remove unnecessary f-string by @deepsource-autofix in #514
  • Bump platformdirs from 2.4.1 to 2.5.0 by @dependabot in #515
  • Remove unnecessary lambda expression by @deepsource-autofix in #519
  • Refactor if expression by @deepsource-autofix in #518
  • Refactor exception handler by @deepsource-autofix in #517
  • Remove unnecessary use of comprehension by @deepsource-autofix in #516
  • Bump importlib-metadata from 4.10.1 to 4.11.0 by @dependabot in #520
  • Refactor exception handler by @deepsource-autofix in #527
  • Bump charset-normalizer from 2.0.11 to 2.0.12 by @dependabot in #521
  • Remove reimported module by @deepsource-autofix in #526
  • Remove duplicate dictionary key(s) by @deepsource-autofix in #525
  • Bump asyncdagpi from 4.1.2 to 4.1.3 by @dependabot in #522
  • Bump orjson from 3.6.6 to 3.6.7 by @dependabot in #524
  • Bump importlib-metadata from 4.11.0 to 4.11.1 by @dependabot in #523
  • Remove reimported module by @deepsource-autofix in #528
  • Remove unused imports by @deepsource-autofix in #529
  • Change methods not using its bound instance to staticmethods by @deepsource-autofix in #531
  • Merge collapsible if statements by @deepsource-autofix in #532
  • Bump importlib-metadata from 4.11.1 to 4.11.2 by @dependabot in #539
  • Bump tqdm from 4.62.3 to 4.63.0 by @dependabot in #538
  • Change methods not using its bound instance to staticmethods by @deepsource-autofix in #540
  • Refactor the comparison involving not by @deepsource-autofix in #542
  • Remove unused imports by @deepsource-autofix in #541
  • docs: add deepsourcebot as a contributor for code by @allcontributors in #544
  • docs: add EitoZX as a contributor for infra by @allcontributors in #545
  • docs: add QuartzAl as a contributor for maintenance by @allcontributors in #546
  • docs: add ooliver1 as a contributor for maintenance by @allcontributors in #547
  • docs: add EitoZX as a contributor for security by @allcontributors in #549
  • docs: add Onii-Chan-Discord as a contributor for design by @allcontributors in #550
  • docs: add Pagasis as a contributor for maintenance by @allcontributors in #551
  • docs: add dependabot as a contributor for maintenance by @allcontributors in #552
  • Bump importlib-metadata from 4.11.2 to 4.11.3 by @dependabot in #553
  • Bump gtts from 2.2.3 to 2.2.4 by @dependabot in #554
  • Bump mystbin-py from 2.2.0 to 3.1.1 by @dependabot in #556
  • Bump importlib-metadata from 4.11.2 to 4.11.3 by @dependabot in #555
  • Change default unit for weather command by @wrac4242 in #557
  • docs: add wrac4242 as a contributor for code, ideas by @allcontributors in #558
  • Bump pygit2 from 1.9.0 to 1.9.1 by @dependabot in #562
  • Bump pytz from 2021.3 to 2022.1 by @dependabot in #561
  • Bump sentry-sdk from 1.5.7 to 1.5.8 by @dependabot in #560
  • Bump urllib3 from 1.26.8 to 1.26.9 by @dependabot in #559
  • Bump python-dotenv from 0.19.2 to 0.20.0 by @dependabot in #564
  • Bump tqdm from 4.63.0 to 4.63.1 by @dependabot in #563
  • Bump click from 8.0.4 to 8.1.1 by @dependabot in #566
  • Bump click from 8.1.1 to 8.1.2 by @dependabot in #568
  • Bump discord-together from 1.2.3 to 1.2.4 by @dependabot in #569
  • Bump zipp from 3.7.0 to 3.8.0 by @dependabot in #570
  • Bump tqdm from 4.63.1 to 4.64.0 by @dependabot in #571
  • Bump sqlalchemy from 1.4.32 to 1.4.35 by @dependabot in #572
  • Bump soupsieve from 2.3.1 to 2.3.2 by @dependabot in #573
  • Bump pillow from 9.0.1 to 9.1.0 by @dependabot in #574
  • Bump beautifulsoup4 from 4.10.0 to 4.11.1 by @dependabot in #575
  • Fix dangerous default argument by @deepsource-autofix in #576
  • Remove unnecessary use of comprehension by @deepsource-autofix in #577
  • Remove duplicate dictionary key(s) by @deepsource-autofix in #578
  • Merge isinstance calls by @deepsource-autofix in #580
  • Remove unused imports by @deepsource-autofix in #579
  • Refactor if expression by @deepsource-autofix in #581
  • Merge collapsible if statements by @deepsource-autofix in #582
  • Remove unnecessary f-string by @deepsource-autofix in #584
  • Use max built-in to get the maximum of two values by @deepsource-autofix in #583

New Contributors

Full Changelog: v1.9...v2.0-beta.0.1