From 27f15aa1fba33b56c7bab24015125c9bbf1da32e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:51:20 +0000 Subject: [PATCH] chore(deps): update minor dependencies --- dev-requirements.txt | 12 ++++++------ requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 877ee392..01a7c182 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,13 +24,13 @@ distlib==0.3.8 # via virtualenv exceptiongroup==1.2.2 # via pytest -filelock==3.15.4 +filelock==3.16.0 # via virtualenv flake8==7.1.1 # via pep8-naming identify==2.6.1 # via pre-commit -importlib-metadata==8.2.0 +importlib-metadata==8.5.0 # via pytest-randomly iniconfig==2.0.0 # via pytest @@ -61,11 +61,11 @@ packaging==24.1 # pytest pathspec==0.12.1 # via black -pbr==6.0.0 +pbr==6.1.0 # via stevedore pep8-naming==0.14.1 # via -r dev-requirements.in -platformdirs==4.2.2 +platformdirs==4.3.3 # via # black # virtualenv @@ -94,9 +94,9 @@ pyyaml==6.0.2 # via # bandit # pre-commit -rich==13.7.1 +rich==13.8.1 # via bandit -stevedore==5.2.0 +stevedore==5.3.0 # via bandit tomli==2.0.1 # via diff --git a/requirements.txt b/requirements.txt index aef6831e..25f92de6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -numpy==2.0.1 +numpy==2.1.1 # via # -r requirements.in # pandas @@ -12,7 +12,7 @@ pandas==2.2.2 # via -r requirements.in python-dateutil==2.9.0.post0 # via pandas -pytz==2024.1 +pytz==2024.2 # via pandas six==1.16.0 # via python-dateutil