Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black from 22.3.0 to 22.6.0 #1198

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2022

Bumps black from 22.3.0 to 22.6.0.

Release notes

Sourced from black's releases.

22.6.0

Style

  • Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)

Preview style

  • Docstring quotes are no longer moved if it would violate the line length limit (#3044)
  • Parentheses around return annotations are now managed (#2990)
  • Remove unnecessary parentheses around awaited objects (#2991)
  • Remove unnecessary parentheses in with statements (#2926)
  • Remove trailing newlines after code block open (#3035)

Integrations

  • Add scripts/migrate-black.py script to ease introduction of Black to a Git project (#3038)

Output

  • Output Python version and implementation as part of --version flag (#2997)

Packaging

  • Use tomli instead of tomllib on Python 3.11 builds where tomllib is not available (#2987)

Parser

  • PEP 654 syntax (for example, except *ExceptionGroup:) is now supported (#3016)
  • PEP 646 syntax (for example, Array[Batch, *Shape] or def fn(*args: *T) -> None) is now supported (#3071)

Vim Plugin

  • Fix strtobool function. It didn't parse true/on/false/off. (#3025)

Full Changelog: psf/black@22.3.0...22.6.0


Thank you!

  • @​jpy-git for improving our parentheses formatting significantly
  • @​siuryan for fixing a fmt: skip bug, making it a little less annoying to use :)
  • @​isidentical for implementing support for PEP 654 and 646 syntax
  • @​defntvdm for fixing our vim plugin, especially as we (the maintainers) don't really know vim script sadly
  • @​idorrington92 for fixing the docstring bug where Black would move the closing quotes causing it to violate the line length limit (whoops!)
  • @​hbrunn for contributing the migrate-black script
  • @​saroad2 for improving newline handling after code blocks and test infrastructure improvements

... and everyone else who contributed documentation, tests, or other improvements to the Black project!

... (truncated)

Changelog

Sourced from black's changelog.

22.6.0

Style

  • Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)

Preview style

  • Docstring quotes are no longer moved if it would violate the line length limit (#3044)
  • Parentheses around return annotations are now managed (#2990)
  • Remove unnecessary parentheses around awaited objects (#2991)
  • Remove unnecessary parentheses in with statements (#2926)
  • Remove trailing newlines after code block open (#3035)

Integrations

  • Add scripts/migrate-black.py script to ease introduction of Black to a Git project (#3038)

Output

  • Output Python version and implementation as part of --version flag (#2997)

Packaging

  • Use tomli instead of tomllib on Python 3.11 builds where tomllib is not available (#2987)

Parser

  • PEP 654 syntax (for example, except *ExceptionGroup:) is now supported (#3016)
  • PEP 646 syntax (for example, Array[Batch, *Shape] or def fn(*args: *T) -> None) is now supported (#3071)

Vim Plugin

  • Fix strtobool function. It didn't parse true/on/false/off. (#3025)
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)

Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies [Dependabot] Changes to third-party dependencies python [Dependabot] Pull requests that updates Python dependencies labels Jun 28, 2022
@dependabot dependabot bot requested review from davfsa and FasterSpeeding June 28, 2022 13:04
@davfsa davfsa merged commit 9cdaa8e into master Jun 28, 2022
@davfsa davfsa deleted the dependabot/pip/master/black-22.6.0 branch June 28, 2022 14:07
thesadru added a commit to thesadru/hikari that referenced this pull request Jul 6, 2022
* Don't error on out-of-spec http status codes. (hikari-py#1121)

* Fix unicode decode error caused by `latin-1` encoding when sending the banner (hikari-py#1120)

* Fix unicode decode error caused by `latin-1` encoding when sending the banner

* Rename changelog fragment

* Bump pyright from 1.1.234 to 1.1.235 (hikari-py#1124)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.234 to 1.1.235.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.234...v1.1.235)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Don't close low-level stdout stream when printing banner (hikari-py#1125)

* Improve pyright support (hikari-py#1108)

* Improve pyright support

Ignored all pyright errors that go against the design patterns of hikari.

* Include fragment

* Re-enable actual issues

* Include examples

* Speed hikari up by almost an entire microsecond

* reportUnnecessaryTypeIgnoreComment

* Make event manager Waiter private

* Further improve support recommended by dav

* Remove TypeError references where not raised

* Remove unused import

* Remove sussy TypeError reference

* Apply recommended changes

* Implement pagination for fetch_bans method (hikari-py#1119)

* Add option to disable automatic member chunking (hikari-py#1084)

Co-authored-by: Lucina <lucina@lmbyrne.dev>

* Bump actions/upload-artifact from 2 to 3 (hikari-py#1130)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.235 to 1.1.236 (hikari-py#1129)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.235 to 1.1.236.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.235...v1.1.236)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/download-artifact from 2 to 3 (hikari-py#1131)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.236 to 1.1.237 (hikari-py#1135)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.236 to 1.1.237.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.236...v1.1.237)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flake8-html from 0.4.1 to 0.4.2 (hikari-py#1136)

* Bump flake8-html from 0.4.1 to 0.4.2

Bumps [flake8-html](https://github.com/lordmauve/flake8-html) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/lordmauve/flake8-html/releases)
- [Changelog](https://github.com/lordmauve/flake8-html/blob/master/HISTORY.rst)
- [Commits](lordmauve/flake8-html@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: flake8-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update flake8-requirements.txt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: davfsa <davfsa@gmail.com>

* Fix docs examples for hikari.Permissions (hikari-py#1137)

* Fix examples and explanation for hikari.Permissions

* update previous commit

* fix typos

* fix formatting error

* Bump pyright from 1.1.237 to 1.1.239 (hikari-py#1140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.237 to 1.1.239.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.237...v1.1.239)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pytest from 7.1.1 to 7.1.2 (hikari-py#1142)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github/codeql-action from 1 to 2 (hikari-py#1143)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Simplify logic for snowflake min and max (hikari-py#1128)

* fix: locale polish (hikari-py#1144)

* fix locale polish

* add changelog

* Bump pyright from 1.1.239 to 1.1.241 (hikari-py#1146)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.239 to 1.1.241.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.239...v1.1.241)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mypy from 0.942 to 0.950 (hikari-py#1147)

Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.942...v0.950)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.241 to 1.1.243 (hikari-py#1151)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.241 to 1.1.243.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.241...v1.1.243)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flake8-print from 4.0.0 to 5.0.0 (hikari-py#1150)

Bump flake8-print from 4.0.0 to 5.0.0

Bumps [flake8-print](https://github.com/jbkahn/flake8-print) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/jbkahn/flake8-print/releases)
- [Commits](https://github.com/jbkahn/flake8-print/commits)

---
updated-dependencies:
- dependency-name: flake8-print
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.243 to 1.1.244 (hikari-py#1153)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.243 to 1.1.244.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.243...v1.1.244)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed AutocompleteInteraction.resolved (hikari-py#1152)

* Bump pyright from 1.1.244 to 1.1.245 (hikari-py#1154)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.244 to 1.1.245.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.244...v1.1.245)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.245 to 1.1.246 (hikari-py#1156)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.245 to 1.1.246.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.245...v1.1.246)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flake8-comprehensions from 3.8.0 to 3.9.0 (hikari-py#1157)

Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases)
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst)
- [Commits](adamchainz/flake8-comprehensions@3.8.0...3.9.0)

---
updated-dependencies:
- dependency-name: flake8-comprehensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pytest-randomly from 3.11.0 to 3.12.0 (hikari-py#1158)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/pytest-dev/pytest-randomly/releases)
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/HISTORY.rst)
- [Commits](pytest-dev/pytest-randomly@3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump coverage[toml] from 6.3.2 to 6.3.3 (hikari-py#1159)

Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.3.2...6.3.3)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.246 to 1.1.247 (hikari-py#1161)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.246 to 1.1.247.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.246...v1.1.247)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flake8-black from 0.3.2 to 0.3.3 (hikari-py#1160)

Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/peterjc/flake8-black/releases)
- [Commits](peterjc/flake8-black@v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: flake8-black
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flake8-comprehensions from 3.9.0 to 3.10.0 (hikari-py#1163)

* Bump flake8-comprehensions from 3.9.0 to 3.10.0

Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases)
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst)
- [Commits](adamchainz/flake8-comprehensions@3.9.0...3.10.0)

---
updated-dependencies:
- dependency-name: flake8-comprehensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Make sure build methods are typed consistently (hikari-py#1164)

* Make sure build methods are typed as returning MutableMapping
* Swap JSONObject and JSONArray over to Sequence and Mapping

* Bump pyright from 1.1.247 to 1.1.248 (hikari-py#1167)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.247 to 1.1.248.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.247...v1.1.248)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump coverage[toml] from 6.3.3 to 6.4 (hikari-py#1168)

Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.3.3 to 6.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.3.3...6.4)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add data classes to `hikari.api.config.__all__` (hikari-py#1169)

* Bump pyright from 1.1.248 to 1.1.249 (hikari-py#1171)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.248 to 1.1.249.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.248...v1.1.249)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mypy from 0.950 to 0.960 (hikari-py#1170)

Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.950...v0.960)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.249 to 1.1.250 (hikari-py#1175)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.249 to 1.1.250.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.249...v1.1.250)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.250 to 1.1.251 (hikari-py#1176)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.250 to 1.1.251.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.250...v1.1.251)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump coverage[toml] from 6.4 to 6.4.1 (hikari-py#1177)

Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.4 to 6.4.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.4...6.4.1)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge mention object into message object (hikari-py#1149)

* Add hikari-crescent to command handlers in README (hikari-py#1180)

* add crescent to README

* add back blank line

* towncrier

* reformat

* Delete fragment file

Just a readme change, no need for a changelog fragment

Co-authored-by: davfsa <davfsa@gmail.com>

* Bump pyright from 1.1.251 to 1.1.252 (hikari-py#1181)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.251 to 1.1.252.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.251...v1.1.252)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mypy from 0.960 to 0.961 (hikari-py#1182)

Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.960...v0.961)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.252 to 1.1.253 (hikari-py#1183)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.252 to 1.1.253.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.252...v1.1.253)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/setup-python from 3 to 4 (hikari-py#1184)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.253 to 1.1.254 (hikari-py#1188)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.253 to 1.1.254.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.253...v1.1.254)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.254 to 1.1.255 (hikari-py#1194)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.254 to 1.1.255.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.254...v1.1.255)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Application permissions v2 (hikari-py#1148)

* Remove dollar sign from identify payload (hikari-py#1190)

* Keep message reference when updating cache messages (hikari-py#1192)

-  Deserialize `referenced_message` as the partial message it is

* Prevent clogging up actions by a single PR (hikari-py#1193)

* Prepare for release of 2.0.0.dev109 (hikari-py#1196)

Prepare for release of version 2.0.0.dev109

Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>

* Bump to development version (2.0.0.dev110)

* Bump slotscheck from 0.14.0 to 0.14.1 (hikari-py#1197)

Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/ariebovenberg/slotscheck/releases)
- [Changelog](https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst)
- [Commits](ariebovenberg/slotscheck@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: slotscheck
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyright from 1.1.255 to 1.1.256 (hikari-py#1199)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.255 to 1.1.256.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.255...v1.1.256)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump black from 22.3.0 to 22.6.0 (hikari-py#1198)

Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update safety requirement from ~=1.10.3 to ~=2.0.0 (hikari-py#1200)

Updates the requirements on [safety](https://github.com/pyupio/safety) to permit the latest version.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md)
- [Commits](pyupio/safety@1.10.3...2.0.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Improve ci-done workflow (hikari-py#1202)

Signed-off-by: davfsa <davfsa@gmail.com>

* Add the `app_permissions` field to command and component interactions (hikari-py#1201)

* Use right roles in `objects.inv` file (hikari-py#1173)

* Implement text in voice (hikari-py#1179)

* Bump pyright from 1.1.256 to 1.1.257 (hikari-py#1203)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.256 to 1.1.257.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.256...v1.1.257)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add app_permissions to ModalInteraction

Co-authored-by: Lucina <lucina@lmbyrne.dev>
Co-authored-by: davfsa <davfsa@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sadru <thesadru@gmail.com>
Co-authored-by: Jonxslays <51417989+Jonxslays@users.noreply.github.com>
Co-authored-by: CircuitSacul <circuitsacul@icloud.com>
Co-authored-by: S. Rahim <7junk3@gmail.com>
Co-authored-by: Leo Developer <LeoDeveloper@protonmail.com>
Co-authored-by: Lunarmagpie <Bambolambo0@gmail.com>
Co-authored-by: hikari-bot[bot] <90276125+hikari-bot[bot]@users.noreply.github.com>
Co-authored-by: PerchunPak <perchunpak@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies [Dependabot] Changes to third-party dependencies python [Dependabot] Pull requests that updates Python dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant