python-desert / desert

Deserialize to objects while staying DRY
https://desert.readthedocs.io
MIT License
158 stars 10 forks source link

Bump pex from 2.1.105 to 2.1.111 #230

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pex from 2.1.105 to 2.1.111.

Release notes

Sourced from pex's releases.

pex 2.1.111


2.1.111

This release fixes resolving requirements from a lock using arbitrary equality (===).

In addition, you can now "inject" runtime environment variables and arguments into PEX files such that, when run, the PEX runtime ensures those environment variables and command line arguments are passed to the PEXed application. See PEX Recipes for more information.

  • Fix lock resolution to handle arbitrary equality. (#1951)
  • Support injecting args and env vars in a PEX. (#1948)

pex 2.1.110


2.1.110

This release fixes Pex runtime sys.path scrubbing for cases where Pex is not the main entry point. An important example of this is in Lambdex where the AWS Lambda Python runtime packages (boto3 and botocore) are leaked into the PEX runtime sys.path.

  • Fix sys.path scrubbing. (#1946)

pex 2.1.109


2.1.109

This release brings musllinux wheel support and a fix for a regression introduced in Pex 2.1.105 by #1902 that caused PEX_PATH= (an exported PEX_PATH with an empty string value) to raise an error in almost all use cases.

  • Vendor latest packaging; support musllinux wheels. (#1937)
  • Don't treat PEX_PATH= as . like other PATHS. (#1938)

pex 2.1.108


2.1.108

This release fixes a latent PEX boot performance bug triggered by requirements with large extras sets.

  • Fix slow PEX boot time when there are many extras. (#1929)

... (truncated)

Changelog

Sourced from pex's changelog.

2.1.111

This release fixes resolving requirements from a lock using arbitrary equality (===).

In addition, you can now "inject" runtime environment variables and arguments into PEX files such that, when run, the PEX runtime ensures those environment variables and command line arguments are passed to the PEXed application. See PEX Recipes <https://pex.readthedocs.io/en/latest/recipes.html #uvicorn-and-other-customizable-application-servers>_ for more information.

  • Fix lock resolution to handle arbitrary equality. (#1951) PR [#1951](https://github.com/pantsbuild/pex/issues/1951) <https://github.com/pantsbuild/pex/pull/1951>_

  • Support injecting args and env vars in a PEX. (#1948) PR [#1948](https://github.com/pantsbuild/pex/issues/1948) <https://github.com/pantsbuild/pex/pull/1948>_

2.1.110

This release fixes Pex runtime sys.path scrubbing for cases where Pex is not the main entry point. An important example of this is in Lambdex where the AWS Lambda Python runtime packages (boto3 and botocore) are leaked into the PEX runtime sys.path.

  • Fix sys.path scrubbing. (#1946) PR [#1946](https://github.com/pantsbuild/pex/issues/1946) <https://github.com/pantsbuild/pex/pull/1946>_

2.1.109

This release brings musllinux wheel support and a fix for a regression introduced in Pex 2.1.105 by #1902 that caused PEX_PATH= (an exported PEX_PATH with an empty string value) to raise an error in almost all use cases.

  • Vendor latest packaging; support musllinux wheels. (#1937) PR [#1937](https://github.com/pantsbuild/pex/issues/1937) <https://github.com/pantsbuild/pex/pull/1937>_

  • Don't treat PEX_PATH= as . like other PATHS. (#1938) PR [#1938](https://github.com/pantsbuild/pex/issues/1938) <https://github.com/pantsbuild/pex/pull/1938>_

2.1.108

This release fixes a latent PEX boot performance bug triggered by requirements with large extras sets.

... (truncated)

Commits


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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #230 (e7078cb) into main (95117b0) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #230   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          472       472           
  Branches        76        67    -9     
=========================================
  Hits           472       472           

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

dependabot[bot] commented 1 year ago

Superseded by #233.