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.3.0 to 2.0.0 #628

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps gotrue from 1.3.0 to 2.0.0.

Release notes

Sourced from gotrue's releases.

v2.0.0 (2023-11-30)

Chore

  • chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377) (e6b3d46)

Feature

  • feat: exchange code for session now fully async (#378) (c294568)

Fix

v1.3.1 (2023-11-29)

Fix

  • fix: remove unnecessary async to on_auth_state_change (#374) (574c739)

  • fix: remove unnecessary async to on_auth_state_change

Somehow this got reverted on a refactor (supabase/auth-py@e7ebc64)

This causes problems when using the supabase client, since it's not being awaited: https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90 (7548d02)

Changelog

Sourced from gotrue's changelog.

v2.0.0 (2023-11-30)

Breaking

  • feat: exchange code for session now fully async

BREAKING CHANGE: change async method on_auth_state_change to sync only. (a249ba0)

Chore

  • chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377) (e6b3d46)

Feature

  • feat: exchange code for session now fully async (#378) (c294568)

Unknown

v1.3.1 (2023-11-29)

Chore

  • chore(release): bump version to v1.3.1 (ede20fe)

  • chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6

Bumps cryptography from 41.0.5 to 41.0.6.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (424a5df)

Fix

  • fix: remove unnecessary async to on_auth_state_change (#374) (574c739)

  • fix: remove unnecessary async to on_auth_state_change

Somehow this got reverted on a refactor (supabase/auth-py@e7ebc64)

... (truncated)

Commits
  • 1440dd6 chore(release): bump version to v2.0.0
  • c294568 feat: exchange code for session now fully async (#378)
  • e6b3d46 chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377)
  • a249ba0 feat: exchange code for session now fully async
  • fd94314 bug fix: use pydantic v2 model.model_rebuild (#373)
  • 08bada3 add soft delete support to "delete user" (#376)
  • ede20fe chore(release): bump version to v1.3.1
  • 574c739 fix: remove unnecessary async to on_auth_state_change (#374)
  • 424a5df chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6
  • 5471167 add soft delete support to "delete user"
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2023
@silentworks
Copy link
Contributor

@dependabot rebase

Bumps [gotrue](https://github.com/supabase-community/gotrue-py) from 1.3.0 to 2.0.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.3.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/main/gotrue-2.0.0 branch from e42be5c to c1c0ac0 Compare November 30, 2023 07:00
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1d268a0) 45.92% compared to head (c1c0ac0) 45.92%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #628   +/-   ##
=======================================
  Coverage   45.92%   45.92%           
=======================================
  Files          13       13           
  Lines         307      307           
=======================================
  Hits          141      141           
  Misses        166      166           

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

@silentworks silentworks merged commit 247b309 into main Nov 30, 2023
7 checks passed
@silentworks silentworks deleted the dependabot/pip/main/gotrue-2.0.0 branch November 30, 2023 08:23
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