Openfund plugin that updates dependencies and bumps their versions in pyproject.toml file
Project description
Poetry Plugin: up
This package is a plugin that updates dependencies and bumps their versions in
pyproject.toml
file. The version constraints are respected, unless the
--latest
flag is passed, in which case dependencies are updated to latest
available compatible versions.
This plugin provides similar features as the existing update
command with
additional features.
Installation
The easiest way to install the up
plugin is via the self add
command of
Poetry.
poetry self add poetry-plugin-up
If you used pipx
to install Poetry you can add the plugin via the pipx inject
command.
pipx inject poetry poetry-plugin-up
Otherwise, if you used pip
to install Poetry you can add the plugin packages
via the pip install
command.
pip install poetry-plugin-up
Usage
The plugin provides an up
command to update dependencies
poetry up --help
Update dependencies
poetry up
Update dependencies to latest available compatible versions
poetry up --latest
Update the foo
and bar
packages
poetry up foo bar
Update packages only in the main
group
poetry up --only main
Update packages but ignore the dev
group
poetry up --without dev
Contributing
Contributions are welcome! See the Contributing Guide.
Issues
If you encounter any problems, please file an issue along with a detailed description.
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
Built Distribution
File details
Details for the file poetry_plugin_openfund-0.0.3.tar.gz
.
File metadata
- Download URL: poetry_plugin_openfund-0.0.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16a7479027ce8c90654867b32002fdfa733e28133d23d7a35f3c3de79469f507 |
|
MD5 | 6b2a2f4b0c4c583782c5cd4866a2d599 |
|
BLAKE2b-256 | 1832a8e1b26f703bb402f6fe86fdd5959cdb14b5087ee8815986305cf0a5a8ba |
File details
Details for the file poetry_plugin_openfund-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: poetry_plugin_openfund-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52e18f8c1ba45f61895d69cc2e9a198e129209e7f6ac559cca744efcf3e8083a |
|
MD5 | d5dd7910d37cfc112260f33a9ed0cbf6 |
|
BLAKE2b-256 | 9f67144c357b1818b5fe2b00b9577bac02c46afb756974d83fb66506b9f270b5 |