diff --git a/README.md b/README.md index 64404f1..e189696 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ Update all dependencies to their latest available version poetryup --latest ``` +Update all dependencies to their latest available version except for packages +with an exact version +```shell +poetryup --latest --skip-exact +``` + Update dependencies in the `default` and `dev` group to their latest available version ```shell poetryup --latest --group defaut --group dev diff --git a/pyproject.toml b/pyproject.toml index b152293..e456bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetryup" -version = "0.8.0" +version = "0.8.1" description = "Update dependencies and bump their version in the pyproject.toml file" authors = ["Mousa Zeid Baker"] packages = [