Req Update Check
Hi HN! This is my first open source package. PyCharm used to have a nifty tool to show you requirements.txt packages that needed updates. You could click a button and open the github page, click a button to upgrade, all in the file. It was super convenient. Then it went away. The package was written in a few languages that I have no experience with, but I figured I'd build something that worked for my use case, and maybe it can help you, too. After installing, you point it at your requirements.txt file, and it will spit out something like this: ---- File caching enabled The following…
In plain words
Req Update Check is an open-source tool that scans Python requirements.txt files and identifies packages with available updates. It displays each outdated package with its current and target versions, categorizes the update type, and provides links to PyPI pages, homepages, and changelogs. The tool includes file caching for faster repeated checks. It is designed for Python developers who need a simple way to stay informed about dependency updates without leaving their text editor or IDE.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN! This is my first open source package. PyCharm used to have a nifty tool to show you requirements.txt packages that needed updates. You could click a button and open the github page, click a button to upgrade, all in the file. It was super convenient. Then it went away. The package was written in a few languages that I have no experience with, but I figured I'd build something that worked for my use case, and maybe it can help you, too. After installing, you point it at your requirements.txt file, and it will spit out something like this: ---- File caching enabled The following packages need to be updated: requests: 2.28.0 -> 2.31.0 [minor] - Pypi page: https://pypi.python.org/project/requests/ - Homepage: https://requests.readthedocs.io - Changelog: https://requests.readthedocs.io/en/latest/community/updates/... redis: 4.5.0 -> 5.0.1 [major] - Pypi page: https://pypi.python.org/project/redis/ - Homepage: https://github.com/redis/redis-py - Changelog: https://github.com/redis/redis-py/blob/master/CHANGES ---- Unlike some pip tools that will show you every single package that's outdated, this focuses only on the top level packages you have in your requirements file. I'd love any feedback! Thanks for your time. https://github.com/ontherivt/req-update-check
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, May 2025
the whole month →
- C9
Life & fun · 2025 · felixrieseberg.github.io



