lukasberbuer / conan-check-updates

Check for updates of your conanfile.txt/conanfile.py requirements
MIT License
2 stars 2 forks source link

Add parsing and checking of requires and tool_requires from requirements method #1

Closed RazielXYZ closed 5 months ago

RazielXYZ commented 5 months ago

The reasoning was that in my projects, I frequently and primarily use self.requires in the requirements method of a conanfile.py, and those were not being checked at all by conan-check-updates, which seemed like a great project otherwise.

I've also added python 3.12 support and testing for it, updated pre-commit hooks to the latest and fixed some black and ruff warnings and errors. Apologies if I've made a mess of anything, I've never really worked on a proper Python project before.

lukasberbuer commented 5 months ago

This looks great 👍 Thank you for your contribution @RazielXYZ. I'll merge it and release a new version today.