Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>out-pyNew to Visual Studio Code? Get it now.
out-py

out-py

k0w4lzk1

| (0) | Free
shows outdated packages in requirements.txt quite simple lmao
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

out-py

🐍 Out-py is a VS Code extension that helps you keep your requirements.txt secure and up to date.
It checks each pinned dependency against PyPI for new versions and OSV.dev for known vulnerabilities, then highlights them inline.


✨ Features

  • Highlights outdated Python packages in requirements.txt.
  • Inline color-coded version info:
    • 🟥 Major update
    • 🟧 Minor update
    • 🟨 Patch update
    • 🟩 Up to date
  • Security warnings from OSV.dev.

📦 Requirements

  • VS Code 1.104.0+
  • Internet connection (queries PyPI + OSV APIs).

Usage

Open a requirements.txt file → the extension runs automatically.
Or run manually:
Ctrl+Shift+P → Python Outdated: Check


Known Issues

  • Currently inline edits (Would change into decorations later).
  • No support yet for complex requirement syntax (>=, extras, markers).
  • Large files will take a while since api calls are there.

📝 Release Notes

0.0.1

  • Initial release: version + vulnerability checks for requirements.txt.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft