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

Bump pex from 2.24.2 to 2.24.3 #308

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps pex from 2.24.2 to 2.24.3.

Release notes

Sourced from pex's releases.

pex 2.24.3


2.24.3

This release fixes a long-standing bug in resolve checking. Previously, only resolve dependency chains where checked, but not the resolved distributions that satisfied the input root requirements.

In addition, the 2.24.2 release included a wheel with no compression (~11MB instead of ~3.5MB). The Pex wheel is now fixed to be compressed.

  • Fix resolve check to cover dists satisfying root reqs. (#2610)
  • Fix build process to produce a compressed .whl. (#2609)

file sha256 size
pex 495bc1a9e3ee04f7ea790dd14cacd023d3f2ba854edd7e05ae437266645881d5 4367926
pex-linux-aarch64 3ebccdcfe538891f65b2caff6ba2481242652cf548d06b51738e453b2c37c1e5 23823983
pex-linux-x86_64 8322a0a9d43542f4e47eaf1684af96a0b3f0bc18904e6c2995821f5ef300be70 25506456
pex-macos-aarch64 2f268523fdd61394361039d569901321d6ebfb2094ab85e9d8a44236ff199219 21599082
pex-macos-x86_64 49fe233e4110bc281d48d974dce3f89873e459b11184c0a44ce346b511fb57ff 22188826
Changelog

Sourced from pex's changelog.

2.24.3

This release fixes a long-standing bug in resolve checking. Previously, only resolve dependency chains where checked, but not the resolved distributions that satisfied the input root requirements.

In addition, the 2.24.2 release included a wheel with no compression (~11MB instead of ~3.5MB). The Pex wheel is now fixed to be compressed.

  • Fix resolve check to cover dists satisfying root reqs. (#2610)
  • Fix build process to produce a compressed .whl. (#2609)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pex [>= 2.20.a, < 2.21]

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 [pex](https://github.com/pex-tool/pex) from 2.24.2 to 2.24.3.
- [Release notes](https://github.com/pex-tool/pex/releases)
- [Changelog](https://github.com/pex-tool/pex/blob/main/CHANGES.md)
- [Commits](pex-tool/pex@v2.24.2...v2.24.3)

---
updated-dependencies:
- dependency-name: pex
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from pgoslatara as a code owner December 9, 2024 16:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/dbt_bouncer
   config_file_validator.py107298%160, 190
   runner.py75495%128, 164–165, 223
   utils.py1021585%42, 47, 141–155, 194
src/dbt_bouncer/artifact_parsers
   parsers_common.py47198%58
   parsers_manifest.py84495%172, 174, 182, 259
   parsers_run_results.py33391%64, 66, 69
src/dbt_bouncer/checks/manifest
   check_models.py201199%539
   check_unit_tests.py47394%100, 150, 201
src/dbt_bouncer/checks/run_results
   check_run_results.py19289%92–93
TOTAL40123599% 

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 7.870s ⏱️

@pgoslatara pgoslatara merged commit f203e8a into main Dec 9, 2024
14 checks passed
@pgoslatara pgoslatara deleted the dependabot/pip/pex-2.24.3 branch December 9, 2024 17:36
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