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.3.tar.gz
(15.9 kB
view details)
Built Distribution
File details
Details for the file req_update-2.7.3.tar.gz
.
File metadata
- Download URL: req_update-2.7.3.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48cb511e1a1142c69b5f7026da5a776e746e53172c1d0b32891a4077685a2885 |
|
MD5 | 6e6e11b661504daed34548e215b61a8e |
|
BLAKE2b-256 | de6fb089aaa1bbb76725ef7d5f657bed815bcae9cf14dc5ee411b25060ff566d |
File details
Details for the file req_update-2.7.3-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.7.3-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 582dd74a4b7dc14543cf29716151d2cff5c486ed224b28dbffd50375f17be5c2 |
|
MD5 | bdeee26cfbe3bd8122f722398d2cc27c |
|
BLAKE2b-256 | 9a6a0f0fc20037743ff75a66812e81ad1e6caeb84110689cf7c1c8c5a424a141 |