From e58bdef3e3f89b04f3353b6348585fd800d83228 Mon Sep 17 00:00:00 2001 From: Becky Sweger Date: Tue, 6 Aug 2024 14:00:37 -0400 Subject: [PATCH] Force an update of the requests dependency This patches a security alert related to Python's requests library. This project is not affected, but no harm in staying up to date. --- pyproject.toml | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e43693d..7060fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pandas", "polars>=0.20.23", "pyarrow", - "requests", + "requests>=2.32.0", "rich", "rich-click", "structlog", diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d74d0ab..c29ca1a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -54,7 +54,7 @@ pytz==2024.1 # via pandas pyyaml==6.0.1 # via awscli -requests==2.31.0 +requests==2.32.3 # via virus-clade-utils (pyproject.toml) rich==13.7.1 # via