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

chore(deps): bump gotrue from 1.0.4 to 1.1.0 #545

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps gotrue from 1.0.4 to 1.1.0.

Release notes

Sourced from gotrue's releases.

v1.1.0 (2023-09-08)

Chore

  • chore(deps): bump actions/checkout from 3 to 4

Bumps actions/checkout from 3 to 4.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ...

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

  • chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35

Bumps gitpython from 3.1.32 to 3.1.35.


updated-dependencies:

  • dependency-name: gitpython dependency-type: indirect ...

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

  • chore: run formatting on CHANGELOG to correct for mix line endings (3f47338)

Feature

  • feat: support pagination for admin list_users (e7cbd9f)

Unknown

  • Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4 (64c0c66)

  • Merge pull request #312 from supabase-community/dependabot/pip/gitpython-3.1.35

chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 (9b62e68)

... (truncated)

Changelog

Sourced from gotrue's changelog.

v1.1.0 (2023-09-08)

Chore

  • chore(deps): bump actions/checkout from 3 to 4

Bumps actions/checkout from 3 to 4.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ...

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

  • chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35

Bumps gitpython from 3.1.32 to 3.1.35.


updated-dependencies:

  • dependency-name: gitpython dependency-type: indirect ...

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

  • chore: run formatting on CHANGELOG to correct for mix line endings (3f47338)

Feature

  • feat: support pagination for admin list_users (e7cbd9f)

Unknown

  • Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4 (64c0c66)

  • Merge pull request #312 from supabase-community/dependabot/pip/gitpython-3.1.35

chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 (9b62e68)

... (truncated)

Commits
  • ff35a92 1.1.0
  • 64c0c66 Merge pull request #307 from supabase-community/dependabot/github_actions/mai...
  • 9b62e68 Merge pull request #312 from supabase-community/dependabot/pip/gitpython-3.1.35
  • 2a51fff chore(deps): bump actions/checkout from 3 to 4
  • 7b0fb17 chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35
  • 1b88c51 Merge pull request #304 from connorlurring/admin-list-users-pagination
  • 8684125 Merge pull request #311 from supabase-community/j0/lint_changelog
  • 3f47338 chore: run formatting on CHANGELOG to correct for mix line endings
  • e7cbd9f feat: support pagination for admin list_users
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [gotrue](https://github.com/supabase-community/gotrue-py) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/supabase-community/gotrue-py/releases)
- [Changelog](https://github.com/supabase-community/gotrue-py/blob/main/CHANGELOG.md)
- [Commits](supabase/auth-py@v1.0.4...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2023
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d2b721f) 79.39% compared to head (5c1d405) 79.39%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #545   +/-   ##
========================================
  Coverage    79.39%   79.39%           
========================================
  Files            9        9           
  Lines          165      165           
========================================
  Hits           131      131           
  Misses          34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@J0 J0 merged commit 9172f26 into develop Sep 15, 2023
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/develop/gotrue-1.1.0 branch September 15, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant