From abe3e2a871d97df4a91f2c4ae3a3c05e56e6e083 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Nov 2023 03:48:31 +0000 Subject: [PATCH] chore(release): bump version to v1.3.0 --- CHANGELOG.md | 2016 +++++++++++++++++++++++--------------------- gotrue/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 1077 insertions(+), 943 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7997f595..1653fc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,124 @@ +## v1.3.0 (2023-11-01) + +### Chore + +* chore: update CI config with PAT (#361) ([`fbddd6d`](https://github.com/supabase-community/gotrue-py/commit/fbddd6dbbeb67895f6d804f6a9fd804247ccf0c4)) + +* chore: update CI config with PAT ([`1fffc1f`](https://github.com/supabase-community/gotrue-py/commit/1fffc1fdebca39c35a9e69ea3d25240e13eb73b7)) + +* chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 (#337) ([`160b671`](https://github.com/supabase-community/gotrue-py/commit/160b671de0ecab9d40a6caf4c6553d8808974b1f)) + +* chore: update dependencies (#357) ([`a5d4a81`](https://github.com/supabase-community/gotrue-py/commit/a5d4a812d1cc4bb8624a33853088a1710b1a501d)) + +* chore: update dependencies ([`dc67de1`](https://github.com/supabase-community/gotrue-py/commit/dc67de1b9e56fd7d07e98cba73969ec458ce4d3c)) + +* chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#350) ([`4ea73e4`](https://github.com/supabase-community/gotrue-py/commit/4ea73e42892f63a3065e3fc9cc059ae940cefdc1)) + +* chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 + +Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.1 to 2.1.1. +- [Release notes](https://github.com/pygithub/pygithub/releases) +- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) +- [Commits](https://github.com/pygithub/pygithub/compare/v1.59.1...v2.1.1) + +--- +updated-dependencies: +- dependency-name: pygithub + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`264e773`](https://github.com/supabase-community/gotrue-py/commit/264e77314e5a50e0b325d906e11998be933339d2)) + +* chore(deps): bump python-semantic-release/python-semantic-release from 8.0.8 to 8.3.0 (#354) ([`a385575`](https://github.com/supabase-community/gotrue-py/commit/a385575e960426090c5aa6b8395c43c706015f72)) + +* chore(deps): bump python-semantic-release/python-semantic-release + +Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.0.8 to 8.3.0. +- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.0.8...v8.3.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release/python-semantic-release + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`3fbe6fc`](https://github.com/supabase-community/gotrue-py/commit/3fbe6fcbefde561833a45c07df565ad00c448669)) + +* chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 + +Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. +- [Release notes](https://github.com/urllib3/urllib3/releases) +- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) +- [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.7) + +--- +updated-dependencies: +- dependency-name: urllib3 + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`2400229`](https://github.com/supabase-community/gotrue-py/commit/240022942e7513b67e5db3e26e4f9a9be77f7f83)) + +### Feature + +* feat: add OAuth PKCE (#331) ([`8fe633e`](https://github.com/supabase-community/gotrue-py/commit/8fe633e5cfff20d748e8eb5dfdb82c2cbd9390fd)) + +* feat: allow dev to pass in code_verifier ([`f33bf3e`](https://github.com/supabase-community/gotrue-py/commit/f33bf3ed43b930f8ef43756693c3af514ddfaa62)) + +### Fix + +* fix: add latest semantic-release dependency (#360) ([`81e63ea`](https://github.com/supabase-community/gotrue-py/commit/81e63ea56b2b0a611852609c03abee79e2bda6ef)) + +* fix: add latest semantic-release dependency ([`251a4f4`](https://github.com/supabase-community/gotrue-py/commit/251a4f49f85a9489362833c02f932dad06f4d8ec)) + +* fix: fix typo ([`72ee18d`](https://github.com/supabase-community/gotrue-py/commit/72ee18db05b8d1ea2b916a4bfea074459df9ecf0)) + +* fix: update imports ([`66759da`](https://github.com/supabase-community/gotrue-py/commit/66759da715a1d1511cf2518b5a1119bdfa205088)) + +* fix: patch imports ([`3b61aff`](https://github.com/supabase-community/gotrue-py/commit/3b61aff1574a6adbbc49cd9ef81e86ff3b35535d)) + +* fix: run pre-commit ([`754c7ab`](https://github.com/supabase-community/gotrue-py/commit/754c7abe6f30d429d2606a24b3f63667fc96c530)) + +### Unknown + +* patch: read from storage ([`364292c`](https://github.com/supabase-community/gotrue-py/commit/364292c0bb1c8362f6da4a198ea6a2fe2d98fd8e)) + +* Merge branch 'j0/pkce' of github.com:supabase-community/gotrue-py into j0/pkce ([`1c40ed7`](https://github.com/supabase-community/gotrue-py/commit/1c40ed76ddeb1916278bb7b4827d8631b7749066)) + +* Merge branch 'main' into j0/pkce ([`4c44238`](https://github.com/supabase-community/gotrue-py/commit/4c4423859375b2d796f6527689e1ebace36860e3)) + +* Merge pull request #325 from supabase-community/dependabot/pip/main/httpx-0.25.0 + +chore(deps): bump httpx from 0.24.1 to 0.25.0 ([`89019fb`](https://github.com/supabase-community/gotrue-py/commit/89019fb8ecf2d7b1609bf4d0114b552ec9062e6d)) + +* Merge pull request #352 from fbeutel/urlsafe_b64decode + +Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`7541ade`](https://github.com/supabase-community/gotrue-py/commit/7541ade5e09349b477d64afc5a80774fd4be0f07)) + +* Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`0034af1`](https://github.com/supabase-community/gotrue-py/commit/0034af1816b54c043079ef251df6ac2f76d5b41b)) + + ## v1.2.0 (2023-10-05) +### Chore + +* chore(release): bump version to v1.2.0 ([`8da1032`](https://github.com/supabase-community/gotrue-py/commit/8da10323c27adf9976c1eaab4ac82aca560ee578)) + ### Feature * feat: Add exception to handle API errors on signout ([`59b90d5`](https://github.com/supabase-community/gotrue-py/commit/59b90d545f59cb00b08b3a5c02edcd9a4a229538)) +### Fix + +* fix: add pkce ([`02f7c05`](https://github.com/supabase-community/gotrue-py/commit/02f7c05c24c656d079c4be149d98140411445c37)) + ### Unknown * Merge pull request #342 from supabase-community/silentworks/sign-out-exception-handling @@ -24,6 +136,12 @@ Add correct variables for semantic release ([`5155312`](https://github.com/supab * Add correct variables for semantic release ([`80b0e30`](https://github.com/supabase-community/gotrue-py/commit/80b0e30cc5ddf510f2ea1891aab247bde7c01ccc)) +* Merge pull request #332 from supabase-community/sourcery/j0/pkce + +feat: add OAuth PKCE (Sourcery refactored) ([`b331d04`](https://github.com/supabase-community/gotrue-py/commit/b331d043ce056a9a09355e14989e036e86db9c59)) + +* 'Refactored by Sourcery' ([`af4f842`](https://github.com/supabase-community/gotrue-py/commit/af4f842d8fdf59fcef04b853660627b6b24a18a4)) + * Merge pull request #330 from supabase-community/dependabot/pip/cryptography-41.0.4 chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4 ([`1bf3e5d`](https://github.com/supabase-community/gotrue-py/commit/1bf3e5dc03f9d0da1f939001ec120e1ef0c69420)) @@ -47,6 +165,22 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`4aa7224`](https://github.com/supabase-community/gotrue-py/commit/4aa7224e414df9c7ddc822d29d79e0db777dd7d3)) +* chore(deps): bump httpx from 0.24.1 to 0.25.0 + +Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.0. +- [Release notes](https://github.com/encode/httpx/releases) +- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) +- [Commits](https://github.com/encode/httpx/compare/0.24.1...0.25.0) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`a5b2f85`](https://github.com/supabase-community/gotrue-py/commit/a5b2f85c68a4157c41eec606fcd041f89969b08e)) + * chore(deps): bump python-semantic-release/python-semantic-release Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.0.0 to 8.0.8. @@ -795,19 +929,19 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c6f0b49`](https://g * chore(deps): bump pydantic from 1.10.4 to 1.10.5 (#233) -Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.5. -- [Release notes](https://github.com/pydantic/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md) -- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.5. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5) + +--- +updated-dependencies: +- dependency-name: pydantic + 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> ([`a785e16`](https://github.com/supabase-community/gotrue-py/commit/a785e16c79a76d9a897d58dbc17f370a014038b0)) * chore(deps-dev): bump faker from 16.8.1 to 17.0.0 @@ -1140,21 +1274,21 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`ba7cdc6`](https://g * chore(deps-dev): bump isort from 5.10.1 to 5.11.1 (#195) -Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.11.1. -- [Release notes](https://github.com/pycqa/isort/releases) -- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pycqa/isort/compare/5.10.1...5.11.1) - ---- -updated-dependencies: -- dependency-name: isort - 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> +Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.11.1. +- [Release notes](https://github.com/pycqa/isort/releases) +- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pycqa/isort/compare/5.10.1...5.11.1) + +--- +updated-dependencies: +- dependency-name: isort + 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> ([`d12d0c5`](https://github.com/supabase-community/gotrue-py/commit/d12d0c57e2111e3e4547a36761bd91749f856205)) * chore(deps-dev): bump black from 22.10.0 to 22.12.0 @@ -1175,76 +1309,76 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`2207e09`](https://g * chore(deps): bump certifi from 2022.6.15 to 2022.12.7 (#192) -Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. -- [Release notes](https://github.com/certifi/python-certifi/releases) -- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07) - ---- -updated-dependencies: -- dependency-name: certifi - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. +- [Release notes](https://github.com/certifi/python-certifi/releases) +- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07) + +--- +updated-dependencies: +- dependency-name: certifi + dependency-type: indirect +... + +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> ([`841083e`](https://github.com/supabase-community/gotrue-py/commit/841083e36c7098def95303d3e9eff3a94949b8c7)) * chore(deps-dev): bump pytest-asyncio from 0.20.2 to 0.20.3 (#193) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.2 to 0.20.3. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.2...v0.20.3) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - 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> +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.2 to 0.20.3. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.2...v0.20.3) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`2b8b03a`](https://github.com/supabase-community/gotrue-py/commit/2b8b03ab9c971a08c7e56ff2a41cbf976ce54b2a)) * chore(deps-dev): bump faker from 15.3.3 to 15.3.4 (#191) -Bumps [faker](https://github.com/joke2k/faker) from 15.3.3 to 15.3.4. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.3.3...v15.3.4) - ---- -updated-dependencies: -- dependency-name: faker - 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> +Bumps [faker](https://github.com/joke2k/faker) from 15.3.3 to 15.3.4. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.3.3...v15.3.4) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`5773bf0`](https://github.com/supabase-community/gotrue-py/commit/5773bf0b97bf6fbc2a2adb61175d73941915bfa9)) * chore(deps): bump abatilo/actions-poetry from 2.1.6 to 2.2.0 (#190) -Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 2.2.0. -- [Release notes](https://github.com/abatilo/actions-poetry/releases) -- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) -- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.6...v2.2.0) - ---- -updated-dependencies: -- dependency-name: abatilo/actions-poetry - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 2.2.0. +- [Release notes](https://github.com/abatilo/actions-poetry/releases) +- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) +- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.6...v2.2.0) + +--- +updated-dependencies: +- dependency-name: abatilo/actions-poetry + dependency-type: direct:production + 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> ([`ad040d1`](https://github.com/supabase-community/gotrue-py/commit/ad040d1428d5419e4a62b993e9946e872ecf5904)) * chore(deps-dev): bump faker from 15.3.2 to 15.3.3 (#189) @@ -1268,117 +1402,117 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps): bump httpx from 0.23.0 to 0.23.1 (#188) -Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.1. -- [Release notes](https://github.com/encode/httpx/releases) -- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) -- [Commits](https://github.com/encode/httpx/compare/0.23.0...0.23.1) - ---- -updated-dependencies: -- dependency-name: httpx - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.1. +- [Release notes](https://github.com/encode/httpx/releases) +- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) +- [Commits](https://github.com/encode/httpx/compare/0.23.0...0.23.1) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + 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> ([`dd04ad2`](https://github.com/supabase-community/gotrue-py/commit/dd04ad2eff2da019f65b1a37119d6f612fc4e5e4)) * chore(deps-dev): bump faker from 15.3.1 to 15.3.2 (#186) -Bumps [faker](https://github.com/joke2k/faker) from 15.3.1 to 15.3.2. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.3.1...v15.3.2) - ---- -updated-dependencies: -- dependency-name: faker - 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> +Bumps [faker](https://github.com/joke2k/faker) from 15.3.1 to 15.3.2. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.3.1...v15.3.2) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`8d75f1c`](https://github.com/supabase-community/gotrue-py/commit/8d75f1cee71f74349a90922b945a82343f68963b)) * chore(deps): bump cryptography from 37.0.4 to 38.0.3 (#185) -Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 38.0.3. -- [Release notes](https://github.com/pyca/cryptography/releases) -- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pyca/cryptography/compare/37.0.4...38.0.3) - ---- -updated-dependencies: -- dependency-name: cryptography - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 38.0.3. +- [Release notes](https://github.com/pyca/cryptography/releases) +- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pyca/cryptography/compare/37.0.4...38.0.3) + +--- +updated-dependencies: +- dependency-name: cryptography + dependency-type: indirect +... + +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> ([`6e0df2f`](https://github.com/supabase-community/gotrue-py/commit/6e0df2f2c357aef1d1384604d7012704a447217a)) * chore(deps-dev): bump pytest-asyncio from 0.20.1 to 0.20.2 (#184) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - 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> +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`bebb22f`](https://github.com/supabase-community/gotrue-py/commit/bebb22fe7b5ef2862388916e873b6db17dcb41f3)) * chore(deps-dev): bump faker from 15.1.3 to 15.3.1 (#183) -Bumps [faker](https://github.com/joke2k/faker) from 15.1.3 to 15.3.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.1.3...v15.3.1) - ---- -updated-dependencies: -- dependency-name: faker - 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> +Bumps [faker](https://github.com/joke2k/faker) from 15.1.3 to 15.3.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.1.3...v15.3.1) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`ae2043a`](https://github.com/supabase-community/gotrue-py/commit/ae2043ad8a0e1f1f0b4e2e7fd173f8277e15db6a)) * chore: update lock ([`9dd42b4`](https://github.com/supabase-community/gotrue-py/commit/9dd42b4c516879e208ca2d15d5934d682f9e4481)) * chore(deps-dev): bump faker from 15.1.1 to 15.1.3 (#182) -Bumps [faker](https://github.com/joke2k/faker) from 15.1.1 to 15.1.3. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.1.1...v15.1.3) - ---- -updated-dependencies: -- dependency-name: faker - 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> +Bumps [faker](https://github.com/joke2k/faker) from 15.1.1 to 15.1.3. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.1.1...v15.1.3) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`2c15513`](https://github.com/supabase-community/gotrue-py/commit/2c15513f5986ff27448eba04e4c8e75140e96441)) * chore: gen sync files ([`01385ea`](https://github.com/supabase-community/gotrue-py/commit/01385eac0c0ae79ae583b4ade84ab985f5933d20)) @@ -1408,21 +1542,21 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.32.1 to 7.32.2 (#177) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.1 to 7.32.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.32.1...v7.32.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - 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> +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.1 to 7.32.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.32.1...v7.32.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`5aae844`](https://github.com/supabase-community/gotrue-py/commit/5aae8441185febd2db0439d486735e3724e3b437)) * chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 @@ -1503,29 +1637,29 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 (#168) -Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. -- [Release notes](https://github.com/pytest-dev/pytest-cov/releases) -- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0) - ---- -updated-dependencies: -- dependency-name: pytest-cov - dependency-type: direct:development - update-type: version-update:semver-major -... - -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> ([`57ae3b3`](https://github.com/supabase-community/gotrue-py/commit/57ae3b33c925252fd2ec2faa2efbc911434393fa)) - -* chore(deps-dev): bump faker from 14.2.1 to 15.0.0 (#167) - -Bumps [faker](https://github.com/joke2k/faker) from 14.2.1 to 15.0.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v14.2.1...v15.0.0) +Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. +- [Release notes](https://github.com/pytest-dev/pytest-cov/releases) +- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0) + +--- +updated-dependencies: +- dependency-name: pytest-cov + dependency-type: direct:development + update-type: version-update:semver-major +... + +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> ([`57ae3b3`](https://github.com/supabase-community/gotrue-py/commit/57ae3b33c925252fd2ec2faa2efbc911434393fa)) + +* chore(deps-dev): bump faker from 14.2.1 to 15.0.0 (#167) + +Bumps [faker](https://github.com/joke2k/faker) from 14.2.1 to 15.0.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v14.2.1...v15.0.0) --- updated-dependencies: @@ -1595,78 +1729,78 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 (#161) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.2...7.1.3) - ---- -updated-dependencies: -- dependency-name: pytest - 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> +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.2...7.1.3) + +--- +updated-dependencies: +- dependency-name: pytest + 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> ([`b93c9d7`](https://github.com/supabase-community/gotrue-py/commit/b93c9d7d3f3f52f60effe5ffd17bfa400d46cd3c)) * chore(deps-dev): bump black from 22.6.0 to 22.8.0 (#159) -Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. -- [Release notes](https://github.com/psf/black/releases) -- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) -- [Commits](https://github.com/psf/black/compare/22.6.0...22.8.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> +Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/compare/22.6.0...22.8.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> ([`b552dea`](https://github.com/supabase-community/gotrue-py/commit/b552dea77b8d8cc058d6ba856f37f0f1d26d3480)) * chore(deps-dev): bump faker from 14.1.1 to 14.2.0 (#158) -Bumps [faker](https://github.com/joke2k/faker) from 14.1.1 to 14.2.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v14.1.1...v14.2.0) - ---- -updated-dependencies: -- dependency-name: faker - 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> +Bumps [faker](https://github.com/joke2k/faker) from 14.1.1 to 14.2.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v14.1.1...v14.2.0) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`214353e`](https://github.com/supabase-community/gotrue-py/commit/214353e69e8da96ee628e87deac7c7f856e85c03)) * chore(deps): bump pydantic from 1.10.0 to 1.10.1 (#160) -Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.0 to 1.10.1. -- [Release notes](https://github.com/pydantic/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) -- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.1) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.0 to 1.10.1. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.1) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + 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> ([`a322dce`](https://github.com/supabase-community/gotrue-py/commit/a322dce65f54de8a98d54c02dce0a12fdd5201c2)) * chore: update dependencies ([`6b15a50`](https://github.com/supabase-community/gotrue-py/commit/6b15a50466f82b87aae67823e08770c25cb352f6)) @@ -1874,67 +2008,67 @@ chore(deps-dev): bump faker from 14.2.0 to 14.2.1 ([`7c5a665`](https://github.co * chore: setup version 0.5.4 for new release (#157) -* chore: setup version 0.5.4 for new release - -* chore: update version of __init__.py - +* chore: setup version 0.5.4 for new release + +* chore: update version of __init__.py + * chore: update changelog ([`d559e2d`](https://github.com/supabase-community/gotrue-py/commit/d559e2dedfbadde1e604087d8677cdb8aa63d7d6)) * chore(deps-dev): bump faker from 14.1.0 to 14.1.1 (#154) -Bumps [faker](https://github.com/joke2k/faker) from 14.1.0 to 14.1.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v14.1.0...v14.1.1) - ---- -updated-dependencies: -- dependency-name: faker - 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> +Bumps [faker](https://github.com/joke2k/faker) from 14.1.0 to 14.1.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v14.1.0...v14.1.1) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`272ad56`](https://github.com/supabase-community/gotrue-py/commit/272ad56d212ed37b6a6a60c8ce2c6613d2cb9ec1)) * chore(deps): bump pydantic from 1.9.2 to 1.10.0 (#153) -Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.2 to 1.10.0. -- [Release notes](https://github.com/pydantic/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) -- [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.0) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.2 to 1.10.0. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.0) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + 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> ([`913e014`](https://github.com/supabase-community/gotrue-py/commit/913e0142d92cf4c77e42624314577d5e29deed69)) * chore(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#152) -Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. -- [Release notes](https://github.com/abatilo/actions-poetry/releases) -- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) -- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6) - ---- -updated-dependencies: -- dependency-name: abatilo/actions-poetry - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. +- [Release notes](https://github.com/abatilo/actions-poetry/releases) +- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) +- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6) + +--- +updated-dependencies: +- dependency-name: abatilo/actions-poetry + dependency-type: direct:production + 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> ([`62311f3`](https://github.com/supabase-community/gotrue-py/commit/62311f3598fb57f2559483f175fb2ff8b4c0f154)) * chore: add github action ecosystem to dependabot ([`76d9114`](https://github.com/supabase-community/gotrue-py/commit/76d91148e9e9bac13e3f771a9f09a98fbd9986b9)) @@ -1960,21 +2094,21 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.31.2 to 7.31.3 (#150) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.2 to 7.31.3. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.2...v7.31.3) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - 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> +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.2 to 7.31.3. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.2...v7.31.3) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`a9c110d`](https://github.com/supabase-community/gotrue-py/commit/a9c110d37f7c6f732681e0a15676dfc0ac3c9af8)) * chore: change made by pyupgrade pre-commit ([`68ed829`](https://github.com/supabase-community/gotrue-py/commit/68ed829b33db91a95ef5fef28b344f84f1ecaccd)) @@ -2025,21 +2159,21 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps): bump pydantic from 1.9.1 to 1.9.2 (#145) -Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.1 to 1.9.2. -- [Release notes](https://github.com/samuelcolvin/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/v1.9.2/HISTORY.md) -- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.9.1...v1.9.2) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.1 to 1.9.2. +- [Release notes](https://github.com/samuelcolvin/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/v1.9.2/HISTORY.md) +- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.9.1...v1.9.2) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + 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> ([`db929b4`](https://github.com/supabase-community/gotrue-py/commit/db929b4f91846f83e7a72c8d32d455c533e79d14)) * chore(deps-dev): bump flake8 from 5.0.3 to 5.0.4 (#144) @@ -2061,128 +2195,128 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump flake8 from 5.0.1 to 5.0.3 (#143) -Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.3. -- [Release notes](https://github.com/pycqa/flake8/releases) -- [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.3) - ---- -updated-dependencies: -- dependency-name: flake8 - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.3. +- [Release notes](https://github.com/pycqa/flake8/releases) +- [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.3) + +--- +updated-dependencies: +- dependency-name: flake8 + 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> ([`d84e005`](https://github.com/supabase-community/gotrue-py/commit/d84e005173014ceaa09be9106e83145f5770da64)) * chore(deps-dev): bump python-semantic-release from 7.31.1 to 7.31.2 (#141) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.1 to 7.31.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.1...v7.31.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.1 to 7.31.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.1...v7.31.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`b08ccf7`](https://github.com/supabase-community/gotrue-py/commit/b08ccf7fd2394735964b0aca9f90d474c7b0e50d)) * chore(deps-dev): bump flake8 from 4.0.1 to 5.0.1 (#142) -Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.1. -- [Release notes](https://github.com/pycqa/flake8/releases) -- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.1) - ---- -updated-dependencies: -- dependency-name: flake8 - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.1. +- [Release notes](https://github.com/pycqa/flake8/releases) +- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.1) + +--- +updated-dependencies: +- dependency-name: flake8 + dependency-type: direct:development + 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> ([`4c62d77`](https://github.com/supabase-community/gotrue-py/commit/4c62d77da0f1c281c24aabb0a90acc87861c1825)) * chore(deps-dev): bump python-semantic-release from 7.30.2 to 7.31.1 (#140) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.2 to 7.31.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.2...v7.31.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.2 to 7.31.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.2...v7.31.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`8aba5b5`](https://github.com/supabase-community/gotrue-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6)) * chore: upgrade pytest-asyncio ([`1fc2fa9`](https://github.com/supabase-community/gotrue-py/commit/1fc2fa968851c42947f9733f1ad7a169d475be2c)) * chore(deps-dev): bump python-semantic-release from 7.30.1 to 7.30.2 (#139) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.1 to 7.30.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.1...v7.30.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.1 to 7.30.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.1...v7.30.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`93aa22b`](https://github.com/supabase-community/gotrue-py/commit/93aa22b9d4de65ad10983d7254076048b926b265)) * chore(deps-dev): bump python-semantic-release from 7.29.7 to 7.30.1 (#138) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.7 to 7.30.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.7...v7.30.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.7 to 7.30.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.7...v7.30.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`4e464eb`](https://github.com/supabase-community/gotrue-py/commit/4e464eb16737cf77d24de95185d6ac772b14f178)) * chore(deps-dev): bump faker from 13.15.0 to 13.15.1 (#136) -Bumps [faker](https://github.com/joke2k/faker) from 13.15.0 to 13.15.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.15.0...v13.15.1) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.15.0 to 13.15.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.15.0...v13.15.1) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`606f158`](https://github.com/supabase-community/gotrue-py/commit/606f158cbe900165757bae2d8624dc5c90d8b533)) * chore(deps-dev): bump python-semantic-release from 7.29.5 to 7.29.7 (#137) @@ -2224,20 +2358,20 @@ Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase-co * chore(deps-dev): bump python-semantic-release from 7.29.4 to 7.29.5 (#131) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.4 to 7.29.5. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.4...v7.29.5) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.4 to 7.29.5. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.4...v7.29.5) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`c506308`](https://github.com/supabase-community/gotrue-py/commit/c506308603ebaca0a54d6ab4517f0116cb7f07b9)) ### Fix @@ -2275,41 +2409,41 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump faker from 13.14.0 to 13.15.0 (#127) -Bumps [faker](https://github.com/joke2k/faker) from 13.14.0 to 13.15.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.14.0...v13.15.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.14.0 to 13.15.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.14.0...v13.15.0) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`0f2e0e5`](https://github.com/supabase-community/gotrue-py/commit/0f2e0e51cf3356c84a1a9cf87f435688b69a315c)) ### Feature * feat: change `.update` method to also allow dictionaries (#130) -* Allow users to send a dict instead of UserAttributes model - -* Add tests - -* Check Python version before trying to import TypedDict - -* Remove `TypedDict` from the main `typing` import - -* Change format - -* Change format of types - -* 'Refactored by Sourcery' - -Co-authored-by: odiseo0 <pedro.esserweb@gmail.com> +* Allow users to send a dict instead of UserAttributes model + +* Add tests + +* Check Python version before trying to import TypedDict + +* Remove `TypedDict` from the main `typing` import + +* Change format + +* Change format of types + +* 'Refactored by Sourcery' + +Co-authored-by: odiseo0 <pedro.esserweb@gmail.com> Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-community/gotrue-py/commit/df3f69ea18599a651715271d546b684555933286)) @@ -2323,128 +2457,128 @@ Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-co * chore(deps-dev): bump python-semantic-release from 7.28.0 to 7.28.1 (#110) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.0 to 7.28.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.28.0...v7.28.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - 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> ([`8a19b39`](https://github.com/supabase-community/gotrue-py/commit/8a19b3941d4a0eb06e5f2d3479a3c99b3cced0fd)) +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.0 to 7.28.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.28.0...v7.28.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`8a19b39`](https://github.com/supabase-community/gotrue-py/commit/8a19b3941d4a0eb06e5f2d3479a3c99b3cced0fd)) * chore(deps-dev): bump pre-commit from 2.17.0 to 2.18.1 (#107) -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) - ---- -updated-dependencies: -- dependency-name: pre-commit - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) + +--- +updated-dependencies: +- dependency-name: pre-commit + 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> ([`d0abb73`](https://github.com/supabase-community/gotrue-py/commit/d0abb73ccccc0eefbd0dfcea95766bb29ae96be7)) * chore(deps-dev): bump black from 22.1.0 to 22.3.0 (#105) -Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0. -- [Release notes](https://github.com/psf/black/releases) -- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) -- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0) - ---- -updated-dependencies: -- dependency-name: black - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.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> ([`d2e6761`](https://github.com/supabase-community/gotrue-py/commit/d2e676150b2a5d72bf9464bfb44442401f452605)) * chore(deps-dev): bump faker from 13.3.3 to 13.3.4 (#106) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.3 to 13.3.4. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.3...v13.3.4) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.3 to 13.3.4. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.3...v13.3.4) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`a309526`](https://github.com/supabase-community/gotrue-py/commit/a309526dc6302a791b780476b12428d8ad1d7781)) * chore(deps-dev): bump python-semantic-release from 7.27.0 to 7.28.0 (#109) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.27.0 to 7.28.0. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.27.0...v7.28.0) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.27.0 to 7.28.0. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.27.0...v7.28.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`8042862`](https://github.com/supabase-community/gotrue-py/commit/804286224c86a45163f722aae42ac18deb05293e)) * chore(deps-dev): bump pytest-asyncio from 0.18.2 to 0.18.3 (#104) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.18.3) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.18.3) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`270bd1e`](https://github.com/supabase-community/gotrue-py/commit/270bd1e6b267f36a3b944ba3588bbc7d48feb09c)) * chore(deps-dev): bump faker from 13.3.2 to 13.3.3 (#103) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.2 to 13.3.3. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.2...v13.3.3) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.2 to 13.3.3. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.2...v13.3.3) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`bea6573`](https://github.com/supabase-community/gotrue-py/commit/bea65739c558e25a842c2b399d413724a00cd113)) * chore(deps-dev): bump pytest from 7.1.0 to 7.1.1 (#102) @@ -2467,38 +2601,38 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.26.0 to 7.27.0 (#101) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.26.0 to 7.27.0. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.26.0...v7.27.0) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.26.0 to 7.27.0. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.26.0...v7.27.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`3bfe980`](https://github.com/supabase-community/gotrue-py/commit/3bfe980ffb6b743fab101a981695ecb10196d9a8)) * chore(deps-dev): bump faker from 13.3.1 to 13.3.2 (#100) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.1 to 13.3.2. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.1...v13.3.2) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.1 to 13.3.2. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.1...v13.3.2) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`feb9bc6`](https://github.com/supabase-community/gotrue-py/commit/feb9bc6938f1995299fb88c0a085f795f0440e1f)) * chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 @@ -2519,55 +2653,55 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c8181d2`](https://g * chore(deps-dev): bump python-semantic-release from 7.25.2 to 7.26.0 (#98) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.2 to 7.26.0. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.2...v7.26.0) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.2 to 7.26.0. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.2...v7.26.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`aaddf78`](https://github.com/supabase-community/gotrue-py/commit/aaddf78696aa599264a0dd665458ec491cc57c32)) * chore(deps-dev): bump faker from 13.3.0 to 13.3.1 (#97) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.0 to 13.3.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.0...v13.3.1) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.0 to 13.3.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.0...v13.3.1) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`26428de`](https://github.com/supabase-community/gotrue-py/commit/26428de8aa1c1202adc65ca4e1c4687fd62badf5)) * chore(deps-dev): bump pytest-asyncio from 0.18.1 to 0.18.2 (#96) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.1 to 0.18.2. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.1 to 0.18.2. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`6e7b257`](https://github.com/supabase-community/gotrue-py/commit/6e7b257023497e6fecd79d396cfc106762f4785c)) * chore(deps-dev): bump faker from 13.2.0 to 13.3.0 (#95) @@ -2590,56 +2724,56 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.25.1 to 7.25.2 (#94) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.1 to 7.25.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.1...v7.25.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.1 to 7.25.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.1...v7.25.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`3273350`](https://github.com/supabase-community/gotrue-py/commit/327335056f1c82684019436aafde129573bc91a8)) * chore(deps-dev): bump python-semantic-release from 7.25.0 to 7.25.1 (#93) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.0 to 7.25.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.0...v7.25.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.0 to 7.25.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.0...v7.25.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + 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> ([`c2e54a6`](https://github.com/supabase-community/gotrue-py/commit/c2e54a698de49581c6e72dea1f918b4745cd67dc)) * chore(deps-dev): bump faker from 13.0.0 to 13.2.0 (#92) -Bumps [faker](https://github.com/joke2k/faker) from 13.0.0 to 13.2.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.0.0...v13.2.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.0.0 to 13.2.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.0.0...v13.2.0) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`e0156bc`](https://github.com/supabase-community/gotrue-py/commit/e0156bc214d1bcd5229f83190e084c1b8b1cf551)) * chore(deps-dev): bump python-semantic-release from 7.24.0 to 7.25.0 (#91) @@ -2662,198 +2796,198 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump faker from 12.3.3 to 13.0.0 (#90) -Bumps [faker](https://github.com/joke2k/faker) from 12.3.3 to 13.0.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.3.3...v13.0.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.3.3 to 13.0.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.3.3...v13.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + 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> ([`ff1653e`](https://github.com/supabase-community/gotrue-py/commit/ff1653eb9ab98b99e6200d3bfbea7a36dbadf079)) * chore(deps-dev): bump faker from 12.3.0 to 12.3.3 (#89) -Bumps [faker](https://github.com/joke2k/faker) from 12.3.0 to 12.3.3. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.3.0...v12.3.3) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.3.0 to 12.3.3. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.3.0...v12.3.3) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`da7c173`](https://github.com/supabase-community/gotrue-py/commit/da7c173353b683bd682b8f84325d47b9a2818b6c)) * chore(deps-dev): bump pytest from 7.0.0 to 7.0.1 (#88) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1) + +--- +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> ([`ec198b0`](https://github.com/supabase-community/gotrue-py/commit/ec198b07e200cfd98c8e7f8e3e946a1bcd3cbf97)) * chore(deps-dev): bump faker from 12.2.0 to 12.3.0 (#87) -Bumps [faker](https://github.com/joke2k/faker) from 12.2.0 to 12.3.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.2.0...v12.3.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.2.0 to 12.3.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.2.0...v12.3.0) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`3addee0`](https://github.com/supabase-community/gotrue-py/commit/3addee0a7b9f4af834f11bab86b7dc4480f6635c)) * chore(deps-dev): bump pytest-asyncio from 0.17.2 to 0.18.1 (#86) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.2 to 0.18.1. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.2...v0.18.1) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.2 to 0.18.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.2...v0.18.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`f14e19d`](https://github.com/supabase-community/gotrue-py/commit/f14e19d1a31a1f61fd192f48d68684f591f08a02)) * chore(deps-dev): bump faker from 12.1.0 to 12.2.0 (#85) -Bumps [faker](https://github.com/joke2k/faker) from 12.1.0 to 12.2.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.1.0...v12.2.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.1.0 to 12.2.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.1.0...v12.2.0) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`df71a96`](https://github.com/supabase-community/gotrue-py/commit/df71a964f56172a4fd6292defc76f52a812f8a88)) * chore(deps-dev): bump faker from 12.0.0 to 12.1.0 (#83) -Bumps [faker](https://github.com/joke2k/faker) from 12.0.0 to 12.1.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.0.0...v12.1.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.0.0 to 12.1.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.0.0...v12.1.0) + +--- +updated-dependencies: +- dependency-name: faker + 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> ([`809b75d`](https://github.com/supabase-community/gotrue-py/commit/809b75d2c02b489e7b4a2fe4c7944343b97a6912)) * chore(deps-dev): bump pytest from 6.2.5 to 7.0.0 (#82) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.0) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.0) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + 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> ([`7a749ac`](https://github.com/supabase-community/gotrue-py/commit/7a749ac3227ba0825a211dd85503e81a89f9708b)) * chore(deps-dev): bump faker from 11.3.0 to 12.0.0 (#81) -Bumps [faker](https://github.com/joke2k/faker) from 11.3.0 to 12.0.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v11.3.0...v12.0.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 11.3.0 to 12.0.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v11.3.0...v12.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + 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> ([`f54751a`](https://github.com/supabase-community/gotrue-py/commit/f54751a7baba7dd250d16193efd4eb7522454cf1)) * chore(deps-dev): bump black from 21.12b0 to 22.1.0 (#80) -Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0. -- [Release notes](https://github.com/psf/black/releases) -- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) -- [Commits](https://github.com/psf/black/commits/22.1.0) - ---- -updated-dependencies: -- dependency-name: black - dependency-type: direct:development -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/commits/22.1.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a284212`](https://github.com/supabase-community/gotrue-py/commit/a28421291f145c11cbc36c6a2c46c86803a7e848)) * chore(deps): bump httpx from 0.21.3 to 0.22.0 (#79) -Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.22.0. -- [Release notes](https://github.com/encode/httpx/releases) -- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) -- [Commits](https://github.com/encode/httpx/compare/0.21.3...0.22.0) - ---- -updated-dependencies: -- dependency-name: httpx - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.22.0. +- [Release notes](https://github.com/encode/httpx/releases) +- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) +- [Commits](https://github.com/encode/httpx/compare/0.21.3...0.22.0) + +--- +updated-dependencies: +- dependency-name: httpx + 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> ([`9e2101d`](https://github.com/supabase-community/gotrue-py/commit/9e2101dfd657f30a0b6665943dfbd51b51299deb)) * chore(deps-dev): bump python-semantic-release from 7.23.0 to 7.24.0 (#78) @@ -2878,12 +3012,12 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * fix: upgrade dependencies and fix tests (#126) -* fix: upgrade dependencies - -* fix: update docker-compose of infra - -* chore: upgrade pre-commit config - +* fix: upgrade dependencies + +* fix: update docker-compose of infra + +* chore: upgrade pre-commit config + * chore: upgrade github action for ci ([`c9f2bde`](https://github.com/supabase-community/gotrue-py/commit/c9f2bde349f3f4e415366966ce0a39a1ac2084f2)) ### Unknown @@ -2905,54 +3039,54 @@ Automatically generated by python-semantic-release ([`888ba1b`](https://github.c * chore(deps-dev): bump pytest-asyncio from 0.17.1 to 0.17.2 (#73) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.1 to 0.17.2. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.1...v0.17.2) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.1 to 0.17.2. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.1...v0.17.2) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`c6d4d09`](https://github.com/supabase-community/gotrue-py/commit/c6d4d09deac00bf0c58b3a4f7da6a7303c423790)) * chore(deps-dev): bump pre-commit from 2.16.0 to 2.17.0 (#74) -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0) - ---- -updated-dependencies: -- dependency-name: pre-commit - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + 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> ([`150ae9d`](https://github.com/supabase-community/gotrue-py/commit/150ae9d71c9d034d0f86d43683203e1702266f57)) * chore(deps-dev): bump pytest-asyncio from 0.17.0 to 0.17.1 (#72) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.0 to 0.17.1. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.17.1) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.0 to 0.17.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.17.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`bc6f391`](https://github.com/supabase-community/gotrue-py/commit/bc6f391f07ba22467503cf25be3db48bebd58c14)) ### Documentation @@ -2963,18 +3097,18 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * feat: add create user param to sign in (#75) -* feat: add create user param to sign in - -ref: https://github.com/supabase/gotrue/pull/318 - -* 'Refactored by Sourcery' (#76) - -Co-authored-by: Sourcery AI <> - -* chore: format code - -* chore: format code - +* feat: add create user param to sign in + +ref: https://github.com/supabase/gotrue/pull/318 + +* 'Refactored by Sourcery' (#76) + +Co-authored-by: Sourcery AI <> + +* chore: format code + +* chore: format code + Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`57ec6d8`](https://github.com/supabase-community/gotrue-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) @@ -2990,12 +3124,12 @@ Automatically generated by python-semantic-release ([`d2e138c`](https://github.c * feat: add notion to enum of providers (#70) -* feat: add notion to enum of providers - -* 'Refactored by Sourcery' (#71) - -Co-authored-by: Sourcery AI <> - +* feat: add notion to enum of providers + +* 'Refactored by Sourcery' (#71) + +Co-authored-by: Sourcery AI <> + Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`a8f2c45`](https://github.com/supabase-community/gotrue-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) @@ -3009,33 +3143,33 @@ Automatically generated by python-semantic-release ([`5034285`](https://github.c * chore(deps-dev): bump pytest-asyncio from 0.16.0 to 0.17.0 (#67) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + 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> ([`e1acdf3`](https://github.com/supabase-community/gotrue-py/commit/e1acdf3036883bf7cabcb6cac9e7b9f5ac99a651)) ### Fix * fix: delete_user returns Exception event if response is Ok (#68) -* fix: delete_user returns Exception event if response is Ok - -* 'Refactored by Sourcery' (#69) - -Co-authored-by: Sourcery AI <> - -* chore: format code - +* fix: delete_user returns Exception event if response is Ok + +* 'Refactored by Sourcery' (#69) + +Co-authored-by: Sourcery AI <> + +* chore: format code + Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`23c167e`](https://github.com/supabase-community/gotrue-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) @@ -3092,8 +3226,8 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore: remove skip of tests (#59) -* chore: remove skip of tests in async version - +* chore: remove skip of tests in async version + * chore: remove skip of tests in sync version ([`70b1286`](https://github.com/supabase-community/gotrue-py/commit/70b128680588c8bb96ec0d0e1a2a66820a590222)) * chore(deps): bump httpx from 0.21.1 to 0.21.2 @@ -3218,7 +3352,7 @@ Inherit from Exception ([`f415aa0`](https://github.com/supabase-community/gotrue * Inherit from Exception -Inherit from Exception instead of from BaseException. +Inherit from Exception instead of from BaseException. More info: [https://docs.python.org/3/tutorial/errors.html#tut-userexceptions](https://docs.python.org/3/tutorial/errors.html#tut-userexceptions) ([`3347136`](https://github.com/supabase-community/gotrue-py/commit/33471366b95b32303314c6b4d3938cd768a28fc4)) diff --git a/gotrue/__init__.py b/gotrue/__init__.py index 8e3620ef..6b22ef83 100644 --- a/gotrue/__init__.py +++ b/gotrue/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.2.0" +__version__ = "1.3.0" from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401 from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index a5a4c24b..9ba4107e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gotrue" -version = "1.2.0" +version = "1.3.0" description = "Python Client Library for GoTrue" authors = ["Joel Lee "] homepage = "https://github.com/supabase-community/gotrue-py"