Skip to content

Commit d5e8fea

Browse files
committed
Update dependencies
1 parent c217793 commit d5e8fea

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

etc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
korean-lunar-calendar==0.3.1
88
# via exchange_calendars (pyproject.toml)
9-
numpy==2.2.4
9+
numpy==2.2.5
1010
# via
1111
# exchange_calendars (pyproject.toml)
1212
# pandas

etc/requirements_dev.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ attrs==25.3.0
88
# via hypothesis
99
build==1.2.2.post1
1010
# via pip-tools
11-
click==8.1.8
11+
click==8.2.0
1212
# via pip-tools
1313
colorama==0.4.6
1414
# via
1515
# build
1616
# click
1717
# pytest
18-
exceptiongroup==1.2.2
18+
exceptiongroup==1.3.0
1919
# via
2020
# hypothesis
2121
# pytest
2222
execnet==2.1.1
2323
# via pytest-xdist
2424
flake8==7.2.0
2525
# via exchange_calendars (pyproject.toml)
26-
hypothesis==6.130.10
26+
hypothesis==6.131.17
2727
# via exchange_calendars (pyproject.toml)
2828
iniconfig==2.1.0
2929
# via pytest
3030
korean-lunar-calendar==0.3.1
3131
# via exchange_calendars (pyproject.toml)
3232
mccabe==0.7.0
3333
# via flake8
34-
numpy==2.2.4
34+
numpy==2.2.5
3535
# via
3636
# exchange_calendars (pyproject.toml)
3737
# pandas
38-
packaging==24.2
38+
packaging==25.0
3939
# via
4040
# build
4141
# pytest
@@ -81,6 +81,8 @@ tomli==2.2.1
8181
# pytest
8282
toolz==1.0.0
8383
# via exchange_calendars (pyproject.toml)
84+
typing-extensions==4.13.2
85+
# via exceptiongroup
8486
tzdata==2025.2
8587
# via
8688
# exchange_calendars (pyproject.toml)

etc/requirements_minpandas.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml
5+
# To upgrade with pandas==1.5 and numpy==1.26.4 fixed run:
6+
#
7+
# pip-compile --upgrade --upgrade-package pandas==1.5 --upgrade-package numpy==1.26.4 --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml
68
#
79
attrs==25.3.0
810
# via hypothesis
911
build==1.2.2.post1
1012
# via pip-tools
11-
click==8.1.8
13+
click==8.2.0
1214
# via pip-tools
1315
colorama==0.4.6
1416
# via
1517
# build
1618
# click
1719
# pytest
18-
exceptiongroup==1.2.2
20+
exceptiongroup==1.3.0
1921
# via
2022
# hypothesis
2123
# pytest
2224
execnet==2.1.1
2325
# via pytest-xdist
2426
flake8==7.2.0
2527
# via exchange_calendars (pyproject.toml)
26-
hypothesis==6.130.10
28+
hypothesis==6.131.17
2729
# via exchange_calendars (pyproject.toml)
2830
iniconfig==2.1.0
2931
# via pytest
@@ -35,7 +37,7 @@ numpy==1.26.4
3537
# via
3638
# exchange_calendars (pyproject.toml)
3739
# pandas
38-
packaging==24.2
40+
packaging==25.0
3941
# via
4042
# build
4143
# pytest
@@ -81,6 +83,8 @@ tomli==2.2.1
8183
# pytest
8284
toolz==1.0.0
8385
# via exchange_calendars (pyproject.toml)
86+
typing-extensions==4.13.2
87+
# via exceptiongroup
8488
tzdata==2025.2
8589
# via exchange_calendars (pyproject.toml)
8690
wheel==0.45.1

0 commit comments

Comments
 (0)