-
Notifications
You must be signed in to change notification settings - Fork 930
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
Pin black in test_requirements
to higher version to solve click complaints
#1382
Conversation
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
features/steps/test_starter/{{ cookiecutter.repo_name }}/src/requirements.txt
Outdated
Show resolved
Hide resolved
kedro/templates/project/{{ cookiecutter.repo_name }}/src/requirements.txt
Outdated
Show resolved
Hide resolved
Co-authored-by: Lorena Bălan <lorena.balan@quantumblack.com>
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.
Thank you for addressing this so quickly! 👏 I am a little bit confused though. The old ~=22.0
would've still got the newest black
so I'm not entirely sure why click
was complaining on our side.
Seems See psf/black#2297 |
I wonder if it's because 22.1.0 does fulfil the requirement and it's not forcing it to update? |
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Actually, turns out we just hadn't updated black in |
test_requirements
to higher version to solve click complaints
Signed-off-by: Merel Theisen merel.theisen@quantumblack.com
Description
The latest
click
8.1.0 is incompatible withblack
versions < 22.3.0pallets/click#2232
psf/black#2964
Development notes
Bumped & pinned black to the latest version.
PR for starters: kedro-org/kedro-starters#77
Checklist
RELEASE.md
file