Update python, node, go, docker, and other dependencies
Project description
req-update
req-update
is a CLI tool to automatically update python, go, node, and git submodule dependencies.
Usage
req-update
requires no command line arguments. Running req-update
will
create a branch dep-update
, check for outdated packages, and commit a
series of commits to update packages.
$ req_update
usage: req_update.py [-h] [-l LANGUAGE] [-p] [-d] [-v] [--version]
Update python, go, node, and git submodule dependencies for your project with git integration
https://github.com/albertyw/req-update
options:
-h, --help show this help message and exit
-l LANGUAGE, --language LANGUAGE
Language/package manager to update. Options are: gitsubmodule, go, node, python
-p, --push Push commits individually to remote origin
-d, --dryrun Dry run
-v, --verbose Verbose output
--version show program's version number and exit
Features
- Update python dependencies in
requirements*.txt
pip. - Update go dependencies in
go.mod
andgo.sum
with go modules. - Update node dependencies in
package-lock.json
with npm. - Update git submodules in
.gitmodules
with git. - Integrates with git, creating a branch with one commit per updated dependency
- No third party dependencies beyond python 3 standard library
- Automatic detection of python, go, node, and git dependencies; no CLI arguments required
Comparisons
req-upgrader
-req-update
integrates with git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
req_update-2.7.1.tar.gz
(15.9 kB
view details)
Built Distribution
File details
Details for the file req_update-2.7.1.tar.gz
.
File metadata
- Download URL: req_update-2.7.1.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70e6f305343684abcb2ed48e9e1c6965b98de50a5841ef4f30a6dea76e85016b |
|
MD5 | 3dcdbcb9c8bccd63dc54871ef4b2e095 |
|
BLAKE2b-256 | d4a864d5bf72c58e10e093caa96c3b171ddafc9cbc8e3cc62ebe9d392fcc1991 |
File details
Details for the file req_update-2.7.1-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.7.1-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0b35633b30935634ac637dfca6213af5d0369ec8c7531dd937477e46d81c8a2 |
|
MD5 | e65e0f33b7ed656594b9a775a90bb549 |
|
BLAKE2b-256 | 50da07f2caa2baea3dc9c88d32fac8975c0fb0b64dd47f26f790acdc685e5587 |