From ee96c2a59527e6b67f96e6b17cac2a426fc1add5 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 1 Feb 2024 23:49:37 -0800 Subject: [PATCH] Scheduled monthly dependency update for February (#44) * Update sphinx_autodoc_typehints from 1.25.2 to 1.25.3 * Update pandas from 2.1.4 to 2.2.0 --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f3cdf67..b5fb6d3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx>=1.3 sphinx-rtd-theme==2.0.0 -sphinx_autodoc_typehints==1.25.2 +sphinx_autodoc_typehints==1.25.3 diff --git a/requirements.txt b/requirements.txt index 69363e9..b1722d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonpath_ng>=1.6.0 -pandas==2.1.4 +pandas==2.2.0 openpyxl==3.1.2 tabulate==0.9.0 pyyaml>=6.0.1