From bd27f818b9c020a1c0d9917daa2e81e217591b33 Mon Sep 17 00:00:00 2001 From: Marcus Read Date: Sat, 19 Oct 2024 15:01:58 +0100 Subject: [PATCH] Update dependencies --- .github/workflows/benchmark.yml | 2 +- etc/requirements.txt | 6 +++--- etc/requirements_dev.txt | 14 +++++++------- etc/requirements_minpandas.txt | 12 ++++++------ 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dc5d524f..4935a5bc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: run: | pytest etc/bench.py --benchmark-json output.json - name: Download previous benchmark data - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ./cache key: ${{ runner.os }}-benchmark diff --git a/etc/requirements.txt b/etc/requirements.txt index eabb8c6f..e8a5a59d 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -6,7 +6,7 @@ # korean-lunar-calendar==0.3.1 # via exchange_calendars (pyproject.toml) -numpy==2.1.1 +numpy==2.1.2 # via # exchange_calendars (pyproject.toml) # pandas @@ -20,9 +20,9 @@ pytz==2024.2 # via pandas six==1.16.0 # via python-dateutil -toolz==0.12.1 +toolz==1.0.0 # via exchange_calendars (pyproject.toml) -tzdata==2024.1 +tzdata==2024.2 # via # exchange_calendars (pyproject.toml) # pandas diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 020286dd..5c6d3c28 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -6,7 +6,7 @@ # attrs==24.2.0 # via hypothesis -build==1.2.2 +build==1.2.2.post1 # via pip-tools click==8.1.7 # via pip-tools @@ -23,7 +23,7 @@ execnet==2.1.1 # via pytest-xdist flake8==7.1.1 # via exchange_calendars (pyproject.toml) -hypothesis==6.112.1 +hypothesis==6.115.3 # via exchange_calendars (pyproject.toml) iniconfig==2.0.0 # via pytest @@ -31,7 +31,7 @@ korean-lunar-calendar==0.3.1 # via exchange_calendars (pyproject.toml) mccabe==0.7.0 # via flake8 -numpy==2.1.1 +numpy==2.1.2 # via # exchange_calendars (pyproject.toml) # pandas @@ -53,7 +53,7 @@ pyflakes==3.2.0 # via flake8 pyluach==2.2.0 # via exchange_calendars (pyproject.toml) -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools @@ -74,14 +74,14 @@ six==1.16.0 # via python-dateutil sortedcontainers==2.4.0 # via hypothesis -tomli==2.0.1 +tomli==2.0.2 # via # build # pip-tools # pytest -toolz==0.12.1 +toolz==1.0.0 # via exchange_calendars (pyproject.toml) -tzdata==2024.1 +tzdata==2024.2 # via # exchange_calendars (pyproject.toml) # pandas diff --git a/etc/requirements_minpandas.txt b/etc/requirements_minpandas.txt index 2ffa1aa4..ebba38a6 100644 --- a/etc/requirements_minpandas.txt +++ b/etc/requirements_minpandas.txt @@ -10,7 +10,7 @@ attrs==24.2.0 # via hypothesis -build==1.2.2 +build==1.2.2.post1 # via pip-tools click==8.1.7 # via pip-tools @@ -27,7 +27,7 @@ execnet==2.1.1 # via pytest-xdist flake8==7.1.1 # via exchange_calendars (pyproject.toml) -hypothesis==6.112.1 +hypothesis==6.115.3 # via exchange_calendars (pyproject.toml) iniconfig==2.0.0 # via pytest @@ -57,7 +57,7 @@ pyflakes==3.2.0 # via flake8 pyluach==2.2.0 # via exchange_calendars (pyproject.toml) -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools @@ -78,14 +78,14 @@ six==1.16.0 # via python-dateutil sortedcontainers==2.4.0 # via hypothesis -tomli==2.0.1 +tomli==2.0.2 # via # build # pip-tools # pytest -toolz==0.12.1 +toolz==1.0.0 # via exchange_calendars (pyproject.toml) -tzdata==2024.1 +tzdata==2024.2 # via exchange_calendars (pyproject.toml) wheel==0.44.0 # via pip-tools