From da7dda99622ab325d2c024188811d897abf6b6b6 Mon Sep 17 00:00:00 2001 From: Marcus Read Date: Sun, 15 Oct 2023 15:24:33 +0100 Subject: [PATCH] Update dependencies --- etc/requirements.txt | 4 ++-- etc/requirements_dev.txt | 14 +++++++------- etc/requirements_minpandas.txt | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 77983310..9334c4af 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -6,11 +6,11 @@ # korean-lunar-calendar==0.3.1 # via exchange-calendars (pyproject.toml) -numpy==1.25.2 +numpy==1.26.1 # via # exchange-calendars (pyproject.toml) # pandas -pandas==2.1.0 +pandas==2.1.1 # via exchange-calendars (pyproject.toml) pyluach==2.2.0 # via exchange-calendars (pyproject.toml) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 87ae0a83..3dd9d9b4 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -23,7 +23,7 @@ execnet==2.0.2 # via pytest-xdist flake8==6.1.0 # via exchange-calendars (pyproject.toml) -hypothesis==6.84.2 +hypothesis==6.87.4 # via exchange-calendars (pyproject.toml) importlib-metadata==6.8.0 # via build @@ -33,15 +33,15 @@ korean-lunar-calendar==0.3.1 # via exchange-calendars (pyproject.toml) mccabe==0.7.0 # via flake8 -numpy==1.25.2 +numpy==1.26.1 # via # exchange-calendars (pyproject.toml) # pandas -packaging==23.1 +packaging==23.2 # via # build # pytest -pandas==2.1.0 +pandas==2.1.1 # via exchange-calendars (pyproject.toml) pip-tools==7.3.0 # via exchange-calendars (pyproject.toml) @@ -49,7 +49,7 @@ pluggy==1.3.0 # via pytest py-cpuinfo==9.0.0 # via pytest-benchmark -pycodestyle==2.11.0 +pycodestyle==2.11.1 # via flake8 pyflakes==3.1.0 # via flake8 @@ -57,7 +57,7 @@ pyluach==2.2.0 # via exchange-calendars (pyproject.toml) pyproject-hooks==1.0.0 # via build -pytest==7.4.1 +pytest==7.4.2 # via # exchange-calendars (pyproject.toml) # pytest-benchmark @@ -90,7 +90,7 @@ tzdata==2023.3 # pandas wheel==0.41.2 # via pip-tools -zipp==3.16.2 +zipp==3.17.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/etc/requirements_minpandas.txt b/etc/requirements_minpandas.txt index 4b2b8add..0948ba30 100644 --- a/etc/requirements_minpandas.txt +++ b/etc/requirements_minpandas.txt @@ -27,7 +27,7 @@ execnet==2.0.2 # via pytest-xdist flake8==6.1.0 # via exchange-calendars (pyproject.toml) -hypothesis==6.84.2 +hypothesis==6.87.4 # via exchange-calendars (pyproject.toml) importlib-metadata==6.8.0 # via build @@ -37,11 +37,11 @@ korean-lunar-calendar==0.3.1 # via exchange-calendars (pyproject.toml) mccabe==0.7.0 # via flake8 -numpy==1.25.2 +numpy==1.26.1 # via # exchange-calendars (pyproject.toml) # pandas -packaging==23.1 +packaging==23.2 # via # build # pytest @@ -53,7 +53,7 @@ pluggy==1.3.0 # via pytest py-cpuinfo==9.0.0 # via pytest-benchmark -pycodestyle==2.11.0 +pycodestyle==2.11.1 # via flake8 pyflakes==3.1.0 # via flake8 @@ -61,7 +61,7 @@ pyluach==2.2.0 # via exchange-calendars (pyproject.toml) pyproject-hooks==1.0.0 # via build -pytest==7.4.1 +pytest==7.4.2 # via # exchange-calendars (pyproject.toml) # pytest-benchmark @@ -92,7 +92,7 @@ tzdata==2023.3 # via exchange-calendars (pyproject.toml) wheel==0.41.2 # via pip-tools -zipp==3.16.2 +zipp==3.17.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: