Skip to content

chore(deps): bump supafunc from 0.4.0 to 0.4.5 #742

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

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps supafunc from 0.4.0 to 0.4.5.

Release notes

Sourced from supafunc's releases.

v0.4.5 (2024-03-23)

Fix

  • fix: configure poetry in github action (#71) (886f0fb)

v0.4.4 (2024-03-23)

Fix

  • fix: update to perform build via poetry (#70) (d518ce5)

v0.4.3 (2024-03-23)

Fix

  • fix: add supafunc package distribution (#69) (d8a6f9a)

v0.4.2 (2024-03-23)

Fix

v0.4.1 (2024-03-23)

Chore

  • chore(deps-dev): bump python-semantic-release from 9.2.0 to 9.3.0 (#66)

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (7d1ce46)

  • chore(deps): bump codecov/codecov-action from 3 to 4 (#50)

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (ffe43b2)

  • chore(deps): bump actions/checkout from 2 to 4 (#52)

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (a809e98)

  • chore(deps): bump abatilo/actions-poetry from 2.2.0 to 3.0.0 (#54)

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (4c1365c)

  • chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 9.3.0 (#65)

... (truncated)

Changelog

Sourced from supafunc's changelog.

v0.4.5 (2024-03-23)

Fix

  • fix: configure poetry in github action (#71) (886f0fb)

v0.4.4 (2024-03-23)

Chore

  • chore(release): bump version to v0.4.4 (ebb987f)

Fix

  • fix: update to perform build via poetry (#70) (d518ce5)

v0.4.3 (2024-03-23)

Chore

  • chore(release): bump version to v0.4.3 (5c707e9)

Fix

  • fix: add supafunc package distribution (#69) (d8a6f9a)

v0.4.2 (2024-03-23)

Chore

  • chore(release): bump version to v0.4.2 (be38b0b)

Fix

v0.4.1 (2024-03-23)

Chore

  • chore(release): bump version to v0.4.1 (f9a9a2f)

  • chore(deps-dev): bump python-semantic-release from 9.2.0 to 9.3.0 (#66)

Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (7d1ce46)

... (truncated)

Commits
  • d2b7efb chore(release): bump version to v0.4.5
  • 886f0fb fix: configure poetry in github action (#71)
  • ebb987f chore(release): bump version to v0.4.4
  • d518ce5 fix: update to perform build via poetry (#70)
  • 5c707e9 chore(release): bump version to v0.4.3
  • d8a6f9a fix: add supafunc package distribution (#69)
  • be38b0b chore(release): bump version to v0.4.2
  • a747a72 fix: ci workflow (#68)
  • f9a9a2f chore(release): bump version to v0.4.1
  • 5b5fe0d fix: Update library name in pyproject file (#67)
  • 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 [supafunc](https://github.com/supabase-community/functions-py) from 0.4.0 to 0.4.5.
- [Release notes](https://github.com/supabase-community/functions-py/releases)
- [Changelog](https://github.com/supabase-community/functions-py/blob/main/CHANGELOG.md)
- [Commits](supabase/functions-py@v0.4.0...v0.4.5)

---
updated-dependencies:
- dependency-name: supafunc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2024 23:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 25, 2024
@silentworks silentworks merged commit a49db52 into main Mar 26, 2024
@silentworks silentworks deleted the dependabot/pip/main/supafunc-0.4.5 branch March 26, 2024 21:53
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant