Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps blockfrost-python from 0.5.2 to 0.5.3.

Release notes

Sourced from blockfrost-python's releases.

0.5.3

What's Changed

New Contributors

Full Changelog: blockfrost/blockfrost-python@0.5.2...0.5.3

Commits
  • 6403bbf Merge pull request #34 from blockfrost/srk/bumpVersion
  • e270e63 Release 0.5.3
  • ec3af62 Merge pull request #33 from blockfrost/srk/scriptDatumCBOR
  • 06783ec added support for script_datum_cbor.
  • 222f287 Merge pull request #32 from blockfrost/srk/fixAddrTest
  • dee74d5 Merge pull request #31 from blockfrost/srk/ciAll
  • d54c0cf ci: simplify package-test.yaml
  • 578c8cc fix flaky latest transactions test
  • ffc74a1 fix addresses/{address}/utxos/{asset} integration test
  • 56c432c Merge pull request #30 from christianbraeunlich/patch-1
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2023

Codecov Report

Merging #162 (d01c3ce) into main (db29ee4) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #162   +/-   ##
=======================================
  Coverage   86.38%   86.38%           
=======================================
  Files          26       26           
  Lines        2761     2761           
  Branches      654      654           
=======================================
  Hits         2385     2385           
  Misses        284      284           
  Partials       92       92           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Bumps [blockfrost-python](https://github.com/blockfrost/blockfrost-python) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/blockfrost/blockfrost-python/releases)
- [Commits](blockfrost/blockfrost-python@0.5.2...0.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/blockfrost-python-0.5.3 branch from 06d78f1 to d01c3ce Compare February 17, 2023 05:54
@bhatt-deep
Copy link
Contributor

@cffls, would it be possible to update the BlockFrost dependency to version 0.5.3 before the next release? The latest version includes a feature to fetch script datum in CBOR format, which could be useful in cases where UTXOs don't contain inline datums and have to be fetched from datum hash.
Earlier, I needed this functionality in pycardano but the Blockfrost SDK didn't support it at the time, so I contributed to the SDK to add this feature. Thanks for all the great work you do on this project!

Copy link
Collaborator

@cffls cffls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bhatt-deep Will include this change in the next release.

@cffls cffls merged commit ab01bec into main Feb 18, 2023
@dependabot dependabot bot deleted the dependabot/pip/blockfrost-python-0.5.3 branch February 18, 2023 16:06
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.

3 participants