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.4.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file req_update-2.7.4.tar.gz
.
File metadata
- Download URL: req_update-2.7.4.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7748a0c49d2493eddb3437def8bbf4ba372c9304e513ab61c3ba2133abf511d8 |
|
MD5 | e79cf66d669ab776a5d0329eac27381e |
|
BLAKE2b-256 | f1e247a316f86a3fe4093abafbccf3c091fadacce06438d603b8d9720972dce7 |
File details
Details for the file req_update-2.7.4-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.7.4-py3-none-any.whl
- Upload date:
- Size: 17.4 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 | 139b2e5d7833f4cc608effdb8506cc744685ada1d8f0e8e53eed28b91c973c10 |
|
MD5 | 3d96d0994fbc904c9eda4bcb4d042d1c |
|
BLAKE2b-256 | dfb14ed8c13386fdda3e901ba579a7e596ba31d046cdda8be8c64b5f8fe62c77 |