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 coverage[toml] from 6.3.3 to 6.4 #1168

Merged
merged 1 commit into from
May 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps coverage[toml] from 6.3.3 to 6.4.

Release notes

Sourced from coverage[toml]'s releases.

6.4

  • A new setting, [run] sigterm, controls whether a SIGTERM signal handler is used. In 6.3, the signal handler was always installed, to capture data at unusual process ends. Unfortunately, this introduced other problems (see issue 1310). Now the signal handler is only used if you opt-in by setting [run] sigterm = true.
  • Small changes to the HTML report:
    • Added links to next and previous file, and more keyboard shortcuts: [ and ] for next file and previous file; u for up to the index; and ? to open/close the help panel. Thanks, J. M. F. Tsang.
    • The timestamp and version are displayed at the top of the report. Thanks, Ammar Askar. Closes issue 1351.
  • A new debug option debug=sqldata adds more detail to debug=sql, logging all the data being written to the database.
  • Previously, running coverage report (or any of the reporting commands) in an empty directory would create a .coverage data file. Now they do not, fixing issue 1328.
  • On Python 3.11, the [toml] extra no longer installs tomli, instead using tomllib from the standard library. Thanks Shantanu.
  • In-memory CoverageData objects now properly update(), closing issue 1323.
Changelog

Sourced from coverage[toml]'s changelog.

Version 6.4 — 2022-05-22

  • A new setting, :ref:config_run_sigterm, controls whether a SIGTERM signal handler is used. In 6.3, the signal handler was always installed, to capture data at unusual process ends. Unfortunately, this introduced other problems (see issue 1310_). Now the signal handler is only used if you opt-in by setting [run] sigterm = true.

  • Small changes to the HTML report:

    • Added links to next and previous file, and more keyboard shortcuts: [ and ] for next file and previous file; u for up to the index; and ? to open/close the help panel. Thanks, J. M. F. Tsang <pull 1364_>_.

    • The timestamp and version are displayed at the top of the report. Thanks, Ammar Askar <pull 1354_>. Closes issue 1351.

  • A new debug option debug=sqldata adds more detail to debug=sql, logging all the data being written to the database.

  • Previously, running coverage report (or any of the reporting commands) in an empty directory would create a .coverage data file. Now they do not, fixing issue 1328_.

  • On Python 3.11, the [toml] extra no longer installs tomli, instead using tomllib from the standard library. Thanks Shantanu <pull 1359_>_.

  • In-memory CoverageData objects now properly update(), closing issue 1323_.

.. _issue 1310: nedbat/coveragepy#1310 .. _issue 1323: nedbat/coveragepy#1323 .. _issue 1328: nedbat/coveragepy#1328 .. _issue 1351: nedbat/coveragepy#1351 .. _pull 1354: nedbat/coveragepy#1354 .. _pull 1359: nedbat/coveragepy#1359 .. _pull 1364: nedbat/coveragepy#1364

.. _changes_633:

Commits
  • e6df5b3 fix: don't create a data file when just trying to read one. #1328
  • d849b25 docs: latest sample HTML report
  • 3ab15f4 build: prep for 6.4
  • b5a1102 docs: spell check
  • 0d8c6cb docs: mention in the man page
  • 2b0f584 build: more make targets for release steps
  • c739564 docs: add a note about using --debug=trace to debug No Data. #1379
  • 439ccad style(docs): use definition list for warnings
  • a49ca09 feat: a new debug option sqldata shows all the data being written to the db.
  • 8991e9d refactor: SqliteDb uses its debug object more like other code
  • Additional commits viewable in compare view

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 [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>
@dependabot dependabot bot added dependencies [Dependabot] Changes to third-party dependencies python [Dependabot] Pull requests that updates Python dependencies labels May 23, 2022
@dependabot dependabot bot requested review from davfsa and FasterSpeeding May 23, 2022 13:07
@davfsa davfsa enabled auto-merge (squash) May 23, 2022 13:18
@davfsa davfsa merged commit 7f308ca into master May 23, 2022
@davfsa davfsa deleted the dependabot/pip/master/coverage-toml--6.4 branch May 23, 2022 13:23
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