From 4daebc749c6a7a00ad67a554272ccc84ed7715d9 Mon Sep 17 00:00:00 2001
From: Laura Wrubel <lwrubel@stanford.edu>
Date: Fri, 26 Jul 2024 17:12:10 -0400
Subject: [PATCH] Update README.md with dependency updates

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index c1511b9..522e513 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,12 @@ uv pip compile pyproject.toml -o requirements.txt
 
 Unlike poetry, uv's dependency resolution is not platform-agnostic. If we find we need to generate a requirements.txt for linux, we can use [uv's multi-platform resolution options](https://github.com/astral-sh/uv?tab=readme-ov-file#multi-platform-resolution).
 
+### Upgrading dependencies
+To upgrade Python dependencies:
+```
+uv pip compile pyproject.toml -o requirements.txt --upgrade
+```
+
 ## Run Tests
 
 First enable the virtual environment: