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.5.0.tar.gz
(14.6 kB
view details)
Built Distribution
File details
Details for the file req-update-2.5.0.tar.gz
.
File metadata
- Download URL: req-update-2.5.0.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9750cce19928bdc5c8ad87b660984a777250cd514e5bb09eac3ccfb079da5f36 |
|
MD5 | aaf6b0e21f4654b24408063ffb488ca4 |
|
BLAKE2b-256 | 93848fa617f26309cf7f2b2b4250c7b9b598ac6b404c3a219bf5fdd80ab977f2 |
File details
Details for the file req_update-2.5.0-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.5.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c384c57eb1e097a6577251f16bf04b3e0ccf043694e1b49d0ce766ea22c1bae |
|
MD5 | ea80eee93b4e8d22a26cd778f2e9d64c |
|
BLAKE2b-256 | 86aaf3c3de6809f13e1e2931079f11b78646a75e0c260bc5b22d91c310e8794f |