nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.3k stars 95 forks source link

Update requirements.txt #251

Closed Road-hog123 closed 3 weeks ago

Road-hog123 commented 3 weeks ago

Update yapf to 0.40.2 (fixes #250) Use "compatible" instead of explicit version matching (~= 0.1.9 is equivalent to >= 0.1.9, == 0.1.*; i.e. bugfix/patch updates are allowed, but major or minor updates are not.

In my tests the generated modules were unaffected by this change. I will leave updating the other three requirements to a future PR: updating docutils and pygments to their latest versions also had no effect, but updating ruff to the latest version resulted in what appeared to just be formatting changes, but they might hide functional changes.

nutti commented 3 weeks ago

@Road-hog123

Thank you!