pep8speaks
pep8speaks copied to clipboard
Fix/deps
fixed: #196
@tushar5526 I've checked locally, the update version of deps does not break anything.
Have you tested the docker build as well? Which Python version are you using?
@tushar5526 I've tested it for python [3.9, 3.10, 3.11]
@Mr-Sunglasses let's not use >=
as it might install a dependency with a change in the major version. Can you replace them with ~=
to fix the major version?
@tushar5526 I've done the necessary changes, I think now we're ready to merge 🧜🏻♀️