Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjiang authored Jul 12, 2024
1 parent e442391 commit c654780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ automatically update minimum semantic versions in `pyproject.toml`. To keep
```
Note:
* A script `pdate_pyproject.sh` was created to automate the above process.
* The `django` entry is excluded from the list as we would like to manage Django version by ourself.
* 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`.

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

0 comments on commit c654780

Please sign in to comment.