diff --git a/pyproject.toml b/pyproject.toml index d4e53a9..85a70b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = { "file" = "LICENSE" } authors = [{ "name" = "bmos", "email" = "wil.t.dsa@pm.me" }] urls = { "GitHub" = "https://github.com/MaineDSA/ltr_license_scraper_portland" } dependencies = [ - "pandas==2.2.2", + "pandas==2.2.3", "requests==2.32.3", "tqdm==4.66.5", ]