Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjiang authored Nov 23, 2024
1 parent aac4682 commit 6760ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ automatically update minimum semantic versions in `pyproject.toml`. To keep
done
```
Note:
* A script `pdate_pyproject.sh` was created to automate the above process.
* A script `update_pyproject.sh` was created to automate the above process.
* The `django` entry is excluded from the list. Run `poetry add django@version` command to manually upgrade Django to a desired version.
* The `pdate_pyproject.sh` script includes a final step `poetry update` which is used to update package dependencies in `poetry.lock`.
* The `update_pyproject.sh` script includes a final step `poetry update` which is used to update package dependencies in `poetry.lock`.

1. Review changes with `git diff pyproject.toml`. Make alterations as needed:
```
Expand Down

0 comments on commit 6760ee6

Please sign in to comment.