Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fastily/pip-dep-bump

⬆️ Bumps dependencies in python requirements.txt files
https://github.com/fastily/pip-dep-bump

dependency-manager pip python

Last synced: about 1 month ago
JSON representation

⬆️ Bumps dependencies in python requirements.txt files

Awesome Lists containing this project

README

        

# pip-dep-bump
[![Python 3.11+](https://upload.wikimedia.org/wikipedia/commons/6/62/Blue_Python_3.11%2B_Shield_Badge.svg)](https://www.python.org)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

Bumps requirements.txt deps and updates them in the current virtualenv

## Installation
```bash
pip install pip-dep-bump
```

👉 Installs a CLI alias called `pdb` which can be used to invoke the program directly

## Usage
```
usage: pdb [-h] [-r requirements.txt] [-d]

pip-dep-bump CLI

options:
-h, --help show this help message and exit
-r requirements.txt The requirements.txt file to work off of. Default is ./requirements.txt
-d Dry run, print contents of new requriements.txt
```