-
Notifications
You must be signed in to change notification settings - Fork 68
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
required version of boto3
is now ^1.34.50
, remove dev dependencies from main group
#2499
Conversation
2e6373c
to
cfce9f9
Compare
980897a
to
12a4ab6
Compare
12a4ab6
to
df1633e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2499 +/- ##
=======================================
Coverage 90.15% 90.15%
=======================================
Files 247 247
Lines 15610 15610
=======================================
Hits 14073 14073
Misses 1537 1537
Continue to review full report in Codecov by Sentry.
|
attrs babel botocore-stubs bracex cffi filelock identify jsonpatch jsonpickle jsonpointer jsonschema markupsafe mypy-boto3-acm mypy-boto3-cloudformation mypy-boto3-cloudfront mypy-boto3-cognito-idp mypy-boto3-dynamodb mypy-boto3-ec2 mypy-boto3-ecr mypy-boto3-ecs mypy-boto3-iam mypy-boto3-kms mypy-boto3-lambda mypy-boto3-route53 mypy-boto3-s3 mypy-boto3-ssm nodeenv pywin32 pyyaml regex responses s3transfer termcolor types-s3transfer wcmatch
distlib pathspec pbr platformdirs pygments troposphere virtualenv
This reverts commit 10ce303.
pathspec pbr pygments troposphere
Through process of elimination, updating the following set of dependencies in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Removed dev dependencies from the
main
dependency group.Upgrade required version of
boto3
Why This Is Needed
runway
are being installed for users forrunway
boto3
causes slow dependency resolution due to the large number of possible combinations ofboto3
andbotocore
What Changed
Changed
boto3
from^1.16
to^1.34.50
(a number of patch releases behind the latest version)main
groupEnforce Branch Name
job and updated the autolabel config to include these branch prefixesRemoved
moto
from themain
dependency grouppyinstaller
from themain
dependency grouptestfixtures
from themain
dependency groupwheel
from themain
dependency groupurllib3
frommain
dependency group as it is not a direct dependency