Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

chore(deps-dev): bump pyright from 1.1.267 to 1.1.276 #61

Merged
merged 2 commits into from
Oct 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2022

Bumps pyright from 1.1.267 to 1.1.276.

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 [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.267 to 1.1.276.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.267...v1.1.276)

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

Signed-off-by: dependabot[bot] <support@github.com>
@plun1331 plun1331 merged commit 9551b0e into main Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyright-1.1.276 branch October 24, 2022 03:28
plun1331 added a commit that referenced this pull request Oct 24, 2022
* feat: implement all routes (except for channels) (#62)

* fix: formatting inconsistencies

* feat: all route categories except for channel

* feat: complete webhook methods

* feat: file uploads in webhooks

* fix: formatting & typing

* fix: file uploading

* Update audit_logs.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Update auto_moderation.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Update emoji.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Update auto_moderation.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Add descriptions to some routes

* feat: finish route descriptions

* feat: start on application commands

* feat: change a load of stuff ig

* fix: use single quotes

* fix: i broke some stuff

* change example slightly

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>
Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com>

* chore(deps-dev): bump pyright from 1.1.267 to 1.1.276 (#61)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.267 to 1.1.276.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.267...v1.1.276)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* chore(deps-dev): bump black from 22.6.0 to 22.10.0 (#59)

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

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

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

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

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
plun1331 added a commit that referenced this pull request Oct 24, 2022
* update  (#64)

* feat: implement all routes (except for channels) (#62)

* fix: formatting inconsistencies

* feat: all route categories except for channel

* feat: complete webhook methods

* feat: file uploads in webhooks

* fix: formatting & typing

* fix: file uploading

* Update audit_logs.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Update auto_moderation.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Update emoji.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Update auto_moderation.py

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* Add descriptions to some routes

* feat: finish route descriptions

* feat: start on application commands

* feat: change a load of stuff ig

* fix: use single quotes

* fix: i broke some stuff

* change example slightly

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>
Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com>

* chore(deps-dev): bump pyright from 1.1.267 to 1.1.276 (#61)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.267 to 1.1.276.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.267...v1.1.276)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com>

* chore(deps-dev): bump black from 22.6.0 to 22.10.0 (#59)

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

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

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

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

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: fix stuff and cool impls

Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Emre Terzioglu <50607143+EmreTech@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant