Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Oct 19, 2024
1 parent 79f74a2 commit bd27f81
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
14 changes: 7 additions & 7 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,15 +23,15 @@ 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
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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bd27f81

Please sign in to comment.