File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 66#
77korean-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
Original file line number Diff line number Diff line change @@ -8,34 +8,34 @@ attrs==25.3.0
88 # via hypothesis
99build==1.2.2.post1
1010 # via pip-tools
11- click==8.1.8
11+ click==8.2.0
1212 # via pip-tools
1313colorama==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
2222execnet==2.1.1
2323 # via pytest-xdist
2424flake8==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)
2828iniconfig==2.1.0
2929 # via pytest
3030korean-lunar-calendar==0.3.1
3131 # via exchange_calendars (pyproject.toml)
3232mccabe==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
8282toolz==1.0.0
8383 # via exchange_calendars (pyproject.toml)
84+ typing-extensions==4.13.2
85+ # via exceptiongroup
8486tzdata==2025.2
8587 # via
8688 # exchange_calendars (pyproject.toml)
Original file line number Diff line number Diff line change 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#
79attrs==25.3.0
810 # via hypothesis
911build==1.2.2.post1
1012 # via pip-tools
11- click==8.1.8
13+ click==8.2.0
1214 # via pip-tools
1315colorama==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
2224execnet==2.1.1
2325 # via pytest-xdist
2426flake8==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)
2830iniconfig==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
8284toolz==1.0.0
8385 # via exchange_calendars (pyproject.toml)
86+ typing-extensions==4.13.2
87+ # via exceptiongroup
8488tzdata==2025.2
8589 # via exchange_calendars (pyproject.toml)
8690wheel==0.45.1
You can’t perform that action at this time.
0 commit comments