From 10c0980d51fee2f36fc892abf64c905ab7be0c43 Mon Sep 17 00:00:00 2001 From: Mousa Zeid Baker Date: Tue, 9 Nov 2021 18:46:24 +0100 Subject: [PATCH 1/2] update README --- README.md | 5 ----- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c77e43..2bbec24 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,6 @@ running `poetry update` and `poetryup`, is that the latter also modifies the `py poetryup ``` -Run tests -```shell -pytest tests -``` - ## Contributing Contributions are welcome via pull requests. diff --git a/pyproject.toml b/pyproject.toml index 4f29ae8..9c9b745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetryup" -version = "0.3.14" +version = "0.3.15" description = "Update dependencies and bump their version in the pyproject.toml file" authors = ["Mousa Zeid Baker"] packages = [ From 3f12d63686e8758ba8c6a94dbcf668d113fa0ee3 Mon Sep 17 00:00:00 2001 From: Mousa Zeid Baker Date: Tue, 9 Nov 2021 18:48:24 +0100 Subject: [PATCH 2/2] format README line length --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2bbec24..d81f47b 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ [![pypi_v](https://img.shields.io/pypi/v/poetryup.svg)](https://pypi.org/project/poetryup) [![pypi_dm](https://img.shields.io/pypi/dm/poetryup.svg)](https://pypi.org/project/poetryup) -PoetryUp updates dependencies and bumps their version in the `pyproject.toml` file with respect to their version -constraint. The `poetry.lock` file will be recreated as well. PoetryUp runs -[poetry](https://github.com/python-poetry/poetry) commands, thus it's required to be installed. The difference between -running `poetry update` and `poetryup`, is that the latter also modifies the `pyproject.toml` file. +PoetryUp updates dependencies and bumps their version in the `pyproject.toml` +file with respect to their version constraint. The `poetry.lock` file will be +recreated as well. PoetryUp runs +[poetry](https://github.com/python-poetry/poetry) commands, thus it's required +to be installed. The difference between running `poetry update` and `poetryup`, +is that the latter also modifies the `pyproject.toml` file. ![poetryup_demo](https://raw.githubusercontent.com/MousaZeidBaker/poetryup/master/media/poetryup_demo.gif) @@ -23,8 +25,9 @@ poetryup Contributions are welcome via pull requests. ## Issues -If you encounter any problems, please file an [issue](https://github.com/MousaZeidBaker/poetryup/issues) along with a -detailed description. +If you encounter any problems, please file an +[issue](https://github.com/MousaZeidBaker/poetryup/issues) along with a detailed +description. ## Develop Activate virtual environment