Skip to content

Commit ce551ec

Browse files
committed
Update dependencies
1 parent bef2ac3 commit ce551ec

File tree

5 files changed

+927
-866
lines changed

5 files changed

+927
-866
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v6
1414
- uses: pre-commit/action@v3.0.1
1515

@@ -24,13 +24,13 @@ jobs:
2424
python-version: ["3.10", "3.13"]
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Install uv and set the Python version
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Enable caching
33-
uses: astral-sh/setup-uv@v6
33+
uses: astral-sh/setup-uv@v7
3434
with:
3535
enable-cache: true
3636

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
environment:
1616
name: pypi
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v6
20+
uses: astral-sh/setup-uv@v7
2121
- name: Install Python
2222
run: uv python install
2323
- name: Build

requirements.txt

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --format requirements-txt --no-emit-project --no-hashes --no-dev -o requirements.txt
3-
asttokens==3.0.0
3+
asttokens==3.0.1
44
# via stack-data
5-
beautifulsoup4==4.14.2
5+
beautifulsoup4==4.14.3
66
# via yahooquery
77
bqplot==0.12.45
88
# via market-analy
9-
certifi==2025.8.3
9+
certifi==2026.1.4
1010
# via
1111
# curl-cffi
1212
# requests
1313
cffi==2.0.0
1414
# via curl-cffi
15-
charset-normalizer==3.4.3
15+
charset-normalizer==3.4.4
1616
# via requests
1717
colorama==0.4.6 ; sys_platform == 'win32'
1818
# via
@@ -24,35 +24,35 @@ contourpy==1.3.2 ; python_full_version < '3.11'
2424
# via matplotlib
2525
contourpy==1.3.3 ; python_full_version >= '3.11'
2626
# via matplotlib
27-
curl-cffi==0.13.0
27+
curl-cffi==0.14.0
2828
# via yahooquery
2929
cycler==0.12.1
3030
# via matplotlib
3131
decorator==5.2.1
3232
# via ipython
33-
exceptiongroup==1.3.0 ; python_full_version < '3.11'
33+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
3434
# via ipython
35-
exchange-calendars==4.11.1
35+
exchange-calendars==4.12
3636
# via
3737
# market-analy
3838
# market-prices
3939
executing==2.2.1
4040
# via stack-data
41-
fonttools==4.60.1
41+
fonttools==4.61.1
4242
# via matplotlib
43-
idna==3.10
43+
idna==3.11
4444
# via requests
45-
ipython==8.37.0 ; python_full_version < '3.11'
45+
ipython==8.38.0 ; python_full_version < '3.11'
4646
# via ipywidgets
47-
ipython==9.6.0 ; python_full_version >= '3.11'
47+
ipython==9.9.0 ; python_full_version >= '3.11'
4848
# via ipywidgets
4949
ipython-pygments-lexers==1.1.1 ; python_full_version >= '3.11'
5050
# via ipython
5151
ipyvue==1.11.3
5252
# via ipyvuetify
5353
ipyvuetify==1.11.3
5454
# via market-analy
55-
ipywidgets==8.1.7
55+
ipywidgets==8.1.8
5656
# via
5757
# bqplot
5858
# ipyvue
@@ -61,21 +61,21 @@ jedi==0.19.2
6161
# via ipython
6262
jinja2==3.1.6
6363
# via market-analy
64-
jupyterlab-widgets==3.0.15
64+
jupyterlab-widgets==3.0.16
6565
# via ipywidgets
6666
kiwisolver==1.4.9
6767
# via matplotlib
6868
korean-lunar-calendar==0.3.1
6969
# via exchange-calendars
7070
lxml==6.0.2
7171
# via yahooquery
72-
market-prices==0.12.10
72+
market-prices==0.12.11
7373
# via market-analy
7474
markupsafe==3.0.3
7575
# via jinja2
76-
matplotlib==3.10.6
76+
matplotlib==3.10.8
7777
# via market-analy
78-
matplotlib-inline==0.1.7
78+
matplotlib-inline==0.2.1
7979
# via ipython
8080
numpy==2.2.6 ; python_full_version < '3.11'
8181
# via
@@ -86,7 +86,7 @@ numpy==2.2.6 ; python_full_version < '3.11'
8686
# market-prices
8787
# matplotlib
8888
# pandas
89-
numpy==2.3.3 ; python_full_version >= '3.11'
89+
numpy==2.4.1 ; python_full_version >= '3.11'
9090
# via
9191
# bqplot
9292
# contourpy
@@ -108,7 +108,7 @@ parso==0.8.5
108108
# via jedi
109109
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
110110
# via ipython
111-
pillow==11.3.0
111+
pillow==12.1.0
112112
# via matplotlib
113113
prompt-toolkit==3.0.52
114114
# via ipython
@@ -124,7 +124,7 @@ pygments==2.19.2
124124
# ipython-pygments-lexers
125125
pyluach==2.3.0
126126
# via exchange-calendars
127-
pyparsing==3.2.5
127+
pyparsing==3.3.1
128128
# via matplotlib
129129
python-dateutil==2.9.0.post0
130130
# via
@@ -138,11 +138,11 @@ requests-futures==1.0.2
138138
# via yahooquery
139139
six==1.17.0
140140
# via python-dateutil
141-
soupsieve==2.8
141+
soupsieve==2.8.1
142142
# via beautifulsoup4
143143
stack-data==0.6.3
144144
# via ipython
145-
toolz==1.0.0
145+
toolz==1.1.0
146146
# via exchange-calendars
147147
tqdm==4.67.1
148148
# via yahooquery
@@ -154,26 +154,26 @@ traitlets==5.14.3
154154
# market-analy
155155
# matplotlib-inline
156156
# traittypes
157-
traittypes==0.2.1
157+
traittypes==0.2.3
158158
# via bqplot
159159
typing-extensions==4.15.0
160160
# via
161161
# beautifulsoup4
162162
# exceptiongroup
163163
# ipython
164-
tzdata==2025.2
164+
tzdata==2025.3
165165
# via
166166
# exchange-calendars
167167
# market-analy
168168
# market-prices
169169
# pandas
170-
urllib3==2.5.0
170+
urllib3==2.6.3
171171
# via requests
172-
valimp==0.3
172+
valimp==0.4
173173
# via market-prices
174174
wcwidth==0.2.14
175175
# via prompt-toolkit
176-
widgetsnbextension==4.0.14
176+
widgetsnbextension==4.0.15
177177
# via ipywidgets
178178
yahooquery==2.4.1
179179
# via market-prices

setup.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)