diff --git a/README.md b/README.md index 341020d..771aeb7 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,5 @@ isort . Install current project from branch ```shell -poetry add git+https://github.com/MousaZeidBaker/poetryup.git@branch-name +poetry add git+https://github.com/MousaZeidBaker/poetryup.git#branch-name ``` diff --git a/pyproject.toml b/pyproject.toml index 7d9faab..8f5da4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ black = [ flake8 = "^4.0.1" flake8-black = "^0.2.3" flake8-isort = "^4.1.1" -isort = { version = "^5.9.3", python = "^3.6.1" } -pre-commit = { version = "^2.15.0", python = "^3.6.1" } +isort = { version = "^5.10.1", python = "^3.6.1" } +pre-commit = { version = "^2.16.0", python = "^3.6.1" } [tool.poetry.scripts] poetryup = "poetryup.main:main"