Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add security announcement to docs site #976

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ Once you've activated the virtual environment, you will see ".venv" at the start
pip install mesop
```

## Upgrading

To upgrade Mesop, run the following command:

```sh
pip install --upgrade mesop
```

If you are using `requirements.txt` or `pyproject.toml` to manage your dependency versions, then you should update those.


## Next steps

Follow the quickstart guide to learn how to create and run a Mesop app:
Expand Down
7 changes: 7 additions & 0 deletions docs/theme/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "base.html" %} {% block announce %} Please
<a href="/mesop/getting-started/installing/">upgrade</a> to the latest version
of Mesop which addresses an important
<a
href="https://github.com/google/mesop/security/advisories/GHSA-pmv9-3xqp-8w42"
>security issue.</a
>{% endblock %}
Loading