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.21.0 to 2.24.0 #286

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps pex from 2.21.0 to 2.24.0.

Release notes

Sourced from pex's releases.

pex 2.24.0


2.24.0

This release adds pex3 cache prune as a likely more useful Pex cache management command than the existing pex3 cache purge. By default pex3 cache prune prunes any cached items not used for the last 2 weeks and is likely suitable for use as a daily cron job to keep Pex cache sizes down. The default age of 2 weeks can be overridden by specifying --older-than "1 week" or --last-access-before 14/3/2024, etc. See pex3 cache prune --help for more details.

  • Support pex3 cache prune --older-than .... (#2586)

file sha256 size
pex 4503977a1974d8ad4de66908d7be7629fcc4ce87ac7ab01b9e54aee3b05f17b2 4361850
pex-linux-aarch64 a60523b731c1ce383656d86bc93b47db7a6e822359f8e72d87541ebd6236115e 24107138
pex-linux-x86_64 fbca4b7117e6dc472b139e1d2d974803a5461ad5b60d434de2151cb29b72d8d0 27753330
pex-macos-aarch64 6803f4b3eed6605234ebfff1aec04cb720b8b5768425c50b2b80870ef59b4280 21613981
pex-macos-x86_64 b190b19aa8776dfd2c0b129bee0a2f8bd57bce3871fb5865b01e384fdbbfd0ff 22124984

pex 2.23.0


2.23.0

This release adds support for drawing requirements from PEP-735 dependency groups when creating PEXes or lock files. Groups are requested via --group <name>@<project dir> or just --group <name> if the project directory is the current working directory.

  • Add support for PEP-735 dependency groups. (#2584)

file sha256 size
pex 30df3d118aeb24a5a60e6d084733462a0f049c3085cc80ae21d3dbfc446a11e4 4345631
pex-linux-aarch64 9e662166967be874e4e75ffa940387416d03764dc558b2cc3ef891874241d4dd 24090906
pex-linux-x86_64 faad2d7199ce259a771f25e35c056aef8f2e8c0c401c0dbfdc53a939011caca1 27737106
pex-macos-aarch64 310c30cd4b6c692aba2c33f0648d66c49b18b774ce4a77a45d6ee7e9da935ed5 21597761
pex-macos-x86_64 6397f35d525493f2fc80d1c8ec02d77ec744236a81346f072f765863123ef0e4 22108763

pex 2.22.0


2.22.0

This release adds support for --pip-version 24.3.1.

... (truncated)

Changelog

Sourced from pex's changelog.

2.24.0

This release adds pex3 cache prune as a likely more useful Pex cache management command than the existing pex3 cache purge. By default pex3 cache prune prunes any cached items not used for the last 2 weeks and is likely suitable for use as a daily cron job to keep Pex cache sizes down. The default age of 2 weeks can be overridden by specifying --older-than "1 week" or --last-access-before 14/3/2024, etc. See pex3 cache prune --help for more details.

  • Support pex3 cache prune --older-than .... (#2586)

2.23.0

This release adds support for drawing requirements from PEP-735 dependency groups when creating PEXes or lock files. Groups are requested via --group <name>@<project dir> or just --group <name> if the project directory is the current working directory.

  • Add support for PEP-735 dependency groups. (#2584)

2.22.0

This release adds support for --pip-version 24.3.1.

  • Add support for --pip-version 24.3.1. (#2582)
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)

@dependabot dependabot bot requested a review from pgoslatara as a code owner November 4, 2024 16:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Copy link

github-actions bot commented Nov 4, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/dbt_bouncer
   config_file_validator.py95298%138, 144
   runner.py75495%128, 164–165, 223
   utils.py971585%38, 43, 137–151, 174
src/dbt_bouncer/artifact_parsers
   parsers_common.py47198%58
   parsers_manifest.py85495%173, 175, 183, 258
   parsers_run_results.py33391%64, 66, 69
src/dbt_bouncer/checks/manifest
   check_models.py199199%533
   check_unit_tests.py47394%102, 153, 205
src/dbt_bouncer/checks/run_results
   check_run_results.py19289%92–93
TOTAL39943599% 

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

@dependabot dependabot bot force-pushed the dependabot/pip/pex-2.24.0 branch 2 times, most recently from ebd4fa9 to 05e334c Compare November 4, 2024 18:29
Bumps [pex](https://github.com/pex-tool/pex) from 2.21.0 to 2.24.0.
- [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.21.0...v2.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@pgoslatara pgoslatara merged commit e258a9d into main Nov 4, 2024
14 checks passed
@pgoslatara pgoslatara deleted the dependabot/pip/pex-2.24.0 branch November 4, 2024 18:47
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