callistoteam / schoolbot

A discord bot that informs the school's academic calendar, timetable, and meals in Korea(대한민국 학교의 급식, 학사일정, 시간표를 알려주는 디스코드 봇)
GNU Affero General Public License v3.0
9 stars 3 forks source link

chore(deps): bump jishaku from 1.20.0.220 to 2.0.0 #156

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps jishaku from 1.20.0.220 to 2.0.0.

Release notes

Sourced from jishaku's releases.

jishaku 2.0.0

https://pypi.org/project/jishaku/2.0.0/ https://github.com/Gorialis/jishaku/tree/2.0.0 https://jishaku.readthedocs.io/en/latest/whatsnew.html#version-2-0-0

It is advised that you install jishaku directly through the pip package manager.

Install the latest version of jishaku:

pip install -U jishaku

Install specifically this version of jishaku (not recommended):

pip install -U jishaku==2.0.0

Artifacts are included with this release for debugging convenience.

Changelog

Sourced from jishaku's changelog.

Version 2.0.0

Python version changes


Python version 3.7 has been dropped. Jishaku 2.0 requires Python 3.8 or greater.

New commands


- ``jsk rtt``
    Calculates the round-trip time between your bot and the Discord API.
    Reports exact values as well as an average and standard deviation.

- ``jsk dis``
    Disassembles a given piece of Python code in REPL context, returning the bytecode.
    This does not actually execute the code, but can be used to identify compiler behavior and optimizations.

- ``jsk permtrace``
    Calculates the effect of permissions and overwrites on a given member or set of roles in a channel.
    This can be used to identify why a member does, or does not, have a permission in a given place.

Command improvements
  • jsk Information on sharding status for both automatically and manually sharded bots is now displayed.

    The root 'jsk' command can now be sanely overridden, removed, or renamed using the Feature system.

  • jsk py / jsk pyi Exceptions now display the line from which they originate, instead of just the line number.

    Large results that fit within the Discord preview threshold are now uploaded as files, for better navigability.

  • jsk sh Timeout has been increased from 90 seconds from invocation, to 120 seconds from the last output.

    This should reduce the chance of termination from long-running installs or other processes.

  • jsk source Triple backticks inside of source files no longer cause the file content to spill outside of its codeblock.

    Large results that fit within the Discord preview threshold are now uploaded as files, for better navigability.

  • jsk vc Voice commands no longer appear if their relevant dependencies are not installed.

</tr></table>

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #158.