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 #2590

Merged
merged 3 commits into from
Sep 13, 2024

Conversation

ITProKyle
Copy link
Collaborator

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
@ITProKyle ITProKyle added this to the v2.8.0 milestone Sep 13, 2024
@github-actions github-actions bot added the feature Request or pull request for a new feature label 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.19%. Comparing base (eef2056) to head (87234cf).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2590   +/-   ##
=======================================
  Coverage   90.19%   90.19%           
=======================================
  Files         256      256           
  Lines       15680    15690   +10     
=======================================
+ Hits        14142    14152   +10     
  Misses       1538     1538           

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

@ITProKyle ITProKyle marked this pull request as ready for review September 13, 2024 19:28
@ITProKyle ITProKyle enabled auto-merge (squash) September 13, 2024 19:29
@ITProKyle ITProKyle merged commit 1559f18 into master Sep 13, 2024
24 checks passed
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
2 participants