Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump storage3 from 0.5.4 to 0.6.0 #562

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps storage3 from 0.5.4 to 0.6.0.

Release notes

Sourced from storage3's releases.

v0.6.0 (2023-09-28)

Chore

Feature

Fix

  • fix: make download key optional (dbf8213)

Unknown

  • Merge pull request #153 from supabase-community/fix/remove-required-key

fix: make download key optional (d0c47c7)

  • Merge pull request #152 from supabase-community/j0/test_workflow

feat: bump version (9b227ce)

  • Merge pull request #151 from supabase-community/fix/github-workflow-update

Update python-semantic-release version and ci (bf49d51)

  • Update python-semantic-release version and ci (ad7fc6d)

  • Merge pull request #150 from supabase-community/fix/github-workflow

Fix semantic releaase workflow (e13cb9e)

  • Fix semantic releaase workflow (3a00104)

  • Merge pull request #149 from supabase-community/fix/correct-option-type-for-transforms

Fix image transforms options (64a8ab2)

  • Ran pre-commit hooks (f8f7482)

  • Rename options typehint Add download option to get_public_url (4fc7d8d)

  • Fix image transforms options (f007596)

  • Merge pull request #136 from supabase-community/dependabot/pip/main/pytest-7.4.2

chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (7229864)

... (truncated)

Changelog

Sourced from storage3's changelog.

v0.6.0 (2023-09-28)

Chore

Feature

Fix

  • fix: make download key optional (dbf8213)

Unknown

  • Merge pull request #153 from supabase-community/fix/remove-required-key

fix: make download key optional (d0c47c7)

  • Merge pull request #152 from supabase-community/j0/test_workflow

feat: bump version (9b227ce)

  • Merge pull request #151 from supabase-community/fix/github-workflow-update

Update python-semantic-release version and ci (bf49d51)

  • Update python-semantic-release version and ci (ad7fc6d)

  • Merge pull request #150 from supabase-community/fix/github-workflow

Fix semantic releaase workflow (e13cb9e)

  • Fix semantic releaase workflow (3a00104)

  • Merge pull request #149 from supabase-community/fix/correct-option-type-for-transforms

Fix image transforms options (64a8ab2)

  • Ran pre-commit hooks (f8f7482)

  • Rename options typehint Add download option to get_public_url (4fc7d8d)

  • Fix image transforms options (f007596)

  • Merge pull request #136 from supabase-community/dependabot/pip/main/pytest-7.4.2

chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (7229864)

... (truncated)

Commits
  • 6f64cd2 0.6.0
  • d0c47c7 Merge pull request #153 from supabase-community/fix/remove-required-key
  • fc93662 chore: run unasync
  • 9b227ce Merge pull request #152 from supabase-community/j0/test_workflow
  • dbf8213 fix: make download key optional
  • 10ba8be feat: bump version
  • bf49d51 Merge pull request #151 from supabase-community/fix/github-workflow-update
  • ad7fc6d Update python-semantic-release version and ci
  • e13cb9e Merge pull request #150 from supabase-community/fix/github-workflow
  • 3a00104 Fix semantic releaase workflow
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [storage3](https://github.com/supabase-community/storage-py) from 0.5.4 to 0.6.0.
- [Release notes](https://github.com/supabase-community/storage-py/releases)
- [Changelog](https://github.com/supabase-community/storage-py/blob/main/CHANGELOG.md)
- [Commits](supabase/storage-py@v0.5.4...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from olirice and J0 as code owners September 28, 2023 11:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0ca4144) 72.34% compared to head (0e2975c) 72.34%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #562   +/-   ##
========================================
  Coverage    72.34%   72.34%           
========================================
  Files            9        9           
  Lines          188      188           
========================================
  Hits           136      136           
  Misses          52       52           

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

@silentworks silentworks merged commit be3373f into develop Sep 28, 2023
@dependabot dependabot bot deleted the dependabot/pip/develop/storage3-0.6.0 branch September 28, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant