Skip to content

Commit 6e3a9c5

Browse files
committed
Add security announcement to docs site
1 parent facce85 commit 6e3a9c5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/getting-started/installing.md

+11
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ Once you've activated the virtual environment, you will see ".venv" at the start
6464
pip install mesop
6565
```
6666

67+
## Upgrading
68+
69+
To upgrade Mesop, run the following command:
70+
71+
```sh
72+
pip install --upgrade mesop
73+
```
74+
75+
If you are using `requirements.txt` or `pyproject.toml` to manage your dependency versions, then you should update those.
76+
77+
6778
## Next steps
6879

6980
Follow the quickstart guide to learn how to create and run a Mesop app:

docs/theme/main.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends "base.html" %} {% block announce %} Please
2+
<a href="/mesop/getting-started/installing/">upgrade</a> to the latest version
3+
of Mesop which addresses an important
4+
<a
5+
href="https://github.com/google/mesop/security/advisories/GHSA-pmv9-3xqp-8w42"
6+
>security issue.</a
7+
>{% endblock %}

0 commit comments

Comments
 (0)