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

lambda functions built using pipenv now require >= 2022.8.13 #2588

Closed
wants to merge 1 commit into from

Conversation

ITProKyle
Copy link
Collaborator

@ITProKyle ITProKyle commented Sep 13, 2024

Summary

Lambda functions that use Pipefile/Pipefile.lock (pipenv) to define dependencies now require the use of pipenv>=2022.8.13.

resolves #1611

What Changed

Added

  • added support for pipenv >= 2022.8.13

Changed

  • changed version requirement for dev dependency pipenv

Removed

  • removed support for pipenv < 2022.8.13
  • removed pipenv as a dependency as it is only required for testing

@ITProKyle ITProKyle added the changelog:minor Minor change resulting in a minor release label Sep 13, 2024
@ITProKyle ITProKyle self-assigned this Sep 13, 2024
@github-actions github-actions bot added the feature Request or pull request for a new feature label Sep 13, 2024
@ITProKyle ITProKyle closed this Sep 13, 2024
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.20%. Comparing base (eef2056) to head (e95a5c7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2588      +/-   ##
==========================================
+ Coverage   90.19%   90.20%   +0.01%     
==========================================
  Files         256      256              
  Lines       15680    15690      +10     
==========================================
+ Hits        14142    14153      +11     
+ Misses       1538     1537       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ITProKyle ITProKyle deleted the feat/pipenv-upgrade branch September 13, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:minor Minor change resulting in a minor release feature Request or pull request for a new feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

pipenv lock --requirements is no longer available in new pipenv versions
1 participant