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

fix(lambda-python-alpha): pipenv lock -r is no longer supported #28317

Merged
merged 3 commits into from
Dec 18, 2023

Commits on Dec 10, 2023

  1. fix: replace deprecated pipenv lock with pipenv requirements

    As part of the pipenv release 2022.8.13 the deprecated way of generating requirements "pipenv install -r" or "pipenv lock -r" has been removed in favor of the "pipenv requirements" command.
    
    * [Reference to pipenv CHANGELOG](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md#2022813-2022-08-13)
    * [Refernce to relevant pipenv pull request](pypa/pipenv#5200)
    
    Fixes aws#28015 by implementing the proposed change.
    stefanfreitag committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7d9a99d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    a0b28a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccf73c View commit details
    Browse the repository at this point in the history