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.6.0.tar.gz
(15.1 kB
view details)
Built Distribution
File details
Details for the file req_update-2.6.0.tar.gz
.
File metadata
- Download URL: req_update-2.6.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba284b529b831eeb14a90b49d6d133ceafc844769ed2cbf12ee0369e6394a86 |
|
MD5 | 2317a28daba4cd8c924fb5a78d5758cc |
|
BLAKE2b-256 | ae5f42e49ae7909578f5f79ce0c5916ed0b39f45a74a2e3149f72c4c2d533677 |
File details
Details for the file req_update-2.6.0-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.6.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba84cb3f936f9ef64d784aac939e9b51a1f1b93036ab9547c7696d9edf29fe45 |
|
MD5 | 3e54fe42d7ecc36979101852d2bb40ea |
|
BLAKE2b-256 | 2e7e1e1ac4b7c56b7f2346693b145fa726ea82a1dc71c126271a98fb5d8925d1 |