Release notes feedback #353
Replies: 1 comment 1 reply
-
Thank you for taking the time to post this @last-partizan!
Although you are right it seems, this does affect the development environment of
Very interesting! This makes the “Security Fixes” section a bit misleading.
Do you suggest any alternative method for automatic updates? |
Beta Was this translation helpful? Give feedback.
-
Hello.
Looking at this release notes https://github.com/celery/pytest-celery/releases/tag/v1.0.1 i want to share some feedback.
It includes lots of dependency updated from @dependatabot , and lists some "Security fixes" totally unrelated to
pytest-celery
.If i understand correctly,
poetry.lock
is not used when installing it as a package, and when testing this withpip install pytest-celery==1.0.0
i already get latest dependency versions.So, you're listing in the release notes CVE totally unrelated to the package, and updating a package without updating other related packages - does not fix anything.
That's probably dependatabot problem - it treats a package as an app, not as a library. And if you really want to "fix" some of the CVE, you need to bump a package in your pyproject.toml (but, it doesn't even have "certify" in it's dependencies).
In my repos i disabled dependatabot exactly for this reason.
Beta Was this translation helpful? Give feedback.
All reactions