KiraLT / certbot-lambda

Run Certbot on AWS Lambda/Cloud Functions and upload certs to AWS Secrets Manager.
MIT License
14 stars 8 forks source link

chore(deps-dev): bump pex from 2.1.119 to 2.1.121 #131

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pex from 2.1.119 to 2.1.121.

Release notes

Sourced from pex's releases.

pex 2.1.121


2.1.121

This release fixes two bugs brought to light trying to interoperate with Poetry projects.

  • Support space separated markers in URL reqs. (#2039)
  • Handle file:// URL deps in distributions. (#2041)

pex 2.1.120


2.1.120

This release completes the --complete-platform fix started in Pex 2.1.116 by #1991. That fix did not work in all cases but now does.

PEXes run in interpreter mode now support command history when the underlying interpreter being used to run the PEX does; use the PEX_INTERPRETER_HISTORY bool env var to turn this on.

Additionally, PEXes built with the combination --layout loose --venv --no-venv-site-packages-copies are fixed to be robust to moves of the source loose PEX directory.

  • Fix loose --venv PEXes to be robust to moves. (#2033)
  • Fix interpreter resolution when using --complete-platform with --resolve-local-platforms (#2031)
  • Support REPL command history. (#2018)
Changelog

Sourced from pex's changelog.

2.1.121

This release fixes two bugs brought to light trying to interoperate with Poetry projects.

  • Support space separated markers in URL reqs. (#2039) PR [#2039](https://github.com/pantsbuild/pex/issues/2039) <https://github.com/pantsbuild/pex/pull/2039>_

  • Handle file:// URL deps in distributions. (#2041) PR [#2041](https://github.com/pantsbuild/pex/issues/2041) <https://github.com/pantsbuild/pex/pull/2041>_

2.1.120

This release completes the --complete-platform fix started in Pex 2.1.116 by #1991. That fix did not work in all cases but now does.

PEXes run in interpreter mode now support command history when the underlying interpreter being used to run the PEX does; use the PEX_INTERPRETER_HISTORY bool env var to turn this on.

Additionally, PEXes built with the combination --layout loose --venv --no-venv-site-packages-copies are fixed to be robust to moves of the source loose PEX directory.

  • Fix loose --venv PEXes to be robust to moves. (#2033) PR [#2033](https://github.com/pantsbuild/pex/issues/2033) <https://github.com/pantsbuild/pex/pull/2033>_

  • Fix interpreter resolution when using --complete-platform with --resolve-local-platforms (#2031) PR [#2031](https://github.com/pantsbuild/pex/issues/2031) <https://github.com/pantsbuild/pex/pull/2031>_

  • Support REPL command history. (#2018) PR [#2018](https://github.com/pantsbuild/pex/issues/2018) <https://github.com/pantsbuild/pex/pull/2018>_

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 #131 (767607d) into main (24397ba) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   89.81%   89.81%           
=======================================
  Files           5        5           
  Lines         108      108           
=======================================
  Hits           97       97           
  Misses         11       11           

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 #148.