Skip to content

Commit

Permalink
Force an update of the requests dependency
Browse files Browse the repository at this point in the history
This patches a security alert related to Python's requests
library. This project is not affected, but no harm in staying
up to date.
  • Loading branch information
bsweger committed Aug 6, 2024
1 parent 4735c17 commit e58bdef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pandas",
"polars>=0.20.23",
"pyarrow",
"requests",
"requests>=2.32.0",
"rich",
"rich-click",
"structlog",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e58bdef

Please sign in to comment.