Skip to content

Comments

chore(deps): update micropip requirement from ~=0.8.0 to ~=0.9.0#167

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/micropip-approx-eq-0.9.0
Closed

chore(deps): update micropip requirement from ~=0.8.0 to ~=0.9.0#167
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/micropip-approx-eq-0.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Updates the requirements on micropip to permit the latest version.

Release notes

Sourced from micropip's releases.

v0.9.0

version 0.9.0 – 2025/02/01

Fixed

  • Fix a bug that prevented non-standard relative urls to be treated as such (the ones that starts with ../ or ./) #174

  • Fixed an error when calling micropip.install with deps=False is set. #187

Added

  • micropip now vendors pypa/packaging for better reliability. #178
  • micropip.install adds optional constraints, similar to pip install -c, which refine the version or direct URLs of requested packages and their dependencies. This includes built-in packages, which are now installed after any requested or constrained external packages. #181
  • micropip.set_constraints sets default constraints for later calls to micropip.install that do not specify constraints. #181

PRs that made it into this release

New Contributors

... (truncated)

Changelog

Sourced from micropip's changelog.

[0.9.0] - 2024/02/01

Fixed

  • Fix a bug that prevented non-standard relative urls to be treated as such (the ones that starts with ../ or ./) #174

  • Fixed an error when calling micropip.install with deps=False is set. #187

Added

  • micropip now vendors pypa/packaging for better reliability. #178
  • micropip.install adds optional constraints, similar to pip install -c, which refine the version or direct URLs of requested packages and their dependencies. This includes built-in packages, which are now installed after any requested or constrained external packages. #181
  • micropip.set_constraints sets default constraints for later calls to micropip.install that do not specify constraints. #181

[0.8.0] - 2024/12/15

Added

  • Added support for PEP-658. #139

[0.7.2] - 2024/11/26

Fixed

  • Fix a bug that prevented some wasm32 wheel to be recognized as compatible with pyodide #159

[0.7.1] - 2024/11/11

Fixed

  • Fixed bug that prevented package installation from file: path in Node.js environment. #155

[0.7.0] - 2024/11/09

Fixed

  • micropip.install now works with simple http indexes that use relative

... (truncated)

Commits
  • 7b049a4 Release commit for v0.9.0
  • 903ceec A couple of fixes for the release workflow
  • 2ec488b Version 0.9.0
  • 35518ca Move and revamp workflows, and add publishing workflow (#192)
  • 37e2bc2 Remove yet another pytest.importorskip("packaging") call (#191)
  • 2ef39bd TST Replace selenium fixture to selenium_standalone_micropip (#190)
  • c9221a0 Add support for constraints, install wheels before pyodide packages (#181)
  • 83983da Fix regression when deps=False is set (#187)
  • 27791c1 Test with Pyodide 0.27.2 (#183)
  • 4728a85 Move mousebender files to the _vendored/ directory (#185)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Summary by Sourcery

Chores:

  • Update the micropip dependency to 0.9.0.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
@codesandbox
Copy link

codesandbox bot commented Feb 3, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Feb 3, 2025

Reviewer's Guide by Sourcery

This pull request updates the micropip dependency from ~=0.8.0 to ~=0.9.0. This is a dependency update, and no code changes were made to the project itself.

Class diagram showing micropip version update

classDiagram
    class Dependencies {
        +ruff: ~=0.8.1
        +webtypy: ~=0.1.7
        +micropip: ~=0.9.0
        +pyodide-py: ==0.27.2
        +promplate-pyodide: ~=0.0.3.5
        +pre-commit: ~=4.1.0
    }
    note for Dependencies "micropip updated from ~=0.8.0 to ~=0.9.0"
Loading

File-Level Changes

Change Details Files
Updated the micropip dependency to version ~=0.9.0.
  • Updated the micropip dependency version in pyproject.toml
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@CNSeniorious000
Copy link
Member

@dependabot rebase

Updates the requirements on [micropip](https://github.com/pyodide/micropip) to permit the latest version.
- [Release notes](https://github.com/pyodide/micropip/releases)
- [Changelog](https://github.com/pyodide/micropip/blob/main/CHANGELOG.md)
- [Commits](pyodide/micropip@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: micropip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/micropip-approx-eq-0.9.0 branch from 63d581e to 26f9cd9 Compare April 16, 2025 16:36
@netlify
Copy link

netlify bot commented Apr 16, 2025

Deploy Preview for pyth-on-line ready!

Name Link
🔨 Latest commit 26f9cd9
🔍 Latest deploy log https://app.netlify.com/sites/pyth-on-line/deploys/67ffdc947076260008ab0c7a
😎 Deploy Preview https://deploy-preview-167--pyth-on-line.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 98
Accessibility: 94
Best Practices: 100
SEO: 90
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@CNSeniorious000 CNSeniorious000 force-pushed the main branch 3 times, most recently from 8cabfcd to c84d110 Compare June 30, 2025 17:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/micropip-approx-eq-0.9.0 branch July 5, 2025 17:58
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