Commit e32d28c 1 parent 39cc6b1 commit e32d28c Copy full SHA for e32d28c
File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 8
8
- id : end-of-file-fixer
9
9
- id : check-ast
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.4.10
11
+ rev : v0.5.1
12
12
hooks :
13
13
# Run the linter.
14
14
- id : ruff
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 0.9.31] - 2024-07-15
8
+
9
+ ### Changed
10
+
11
+ - Update HDX Python Scraper to 2.4.0 - it has a small optimisation to the
12
+ filtering and sorting of rows in the RowParser and a larger one which defaults
13
+ fill_merged_cells to False so that Frictionless uses OpenPyXL in read only mode
14
+
7
15
## [ 0.9.30] - 2024-07-13
8
16
9
17
### Fixed
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ requires-python = ">=3.8"
35
35
36
36
dependencies = [
37
37
" hapi-schema>=0.8.12" ,
38
- " hdx-python-api>= 6.2.9 " ,
38
+ " hdx-python-api>= 6.3.1 " ,
39
39
" hdx-python-country>= 3.7.6" ,
40
40
" hdx-python-database[postgresql]>= 1.3.1" ,
41
- " hdx-python-scraper>= 2.3.8 " ,
41
+ " hdx-python-scraper>= 2.4.0 " ,
42
42
" hdx-python-utilities>= 3.7.2" ,
43
43
" libhxl" ,
44
44
" sqlalchemy"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ attrs==23.2.0
8
8
# jsonlines
9
9
# jsonschema
10
10
# referencing
11
- cachetools == 5.3.3
11
+ cachetools == 5.4.0
12
12
# via google-auth
13
13
certifi == 2024.7.4
14
14
# via requests
@@ -24,7 +24,7 @@ ckanapi==4.8
24
24
# via hdx-python-api
25
25
click == 8.1.7
26
26
# via typer
27
- coverage == 7.5.4
27
+ coverage == 7.6.0
28
28
# via pytest-cov
29
29
cryptography == 42.0.8
30
30
# via pyopenssl
@@ -71,7 +71,7 @@ hdx-python-country==3.7.6
71
71
# hdx-python-scraper
72
72
hdx-python-database == 1.3.1
73
73
# via hapi-pipelines (pyproject.toml)
74
- hdx-python-scraper == 2.3.8
74
+ hdx-python-scraper == 2.4.0
75
75
# via hapi-pipelines (pyproject.toml)
76
76
hdx-python-utilities == 3.7.2
77
77
# via
@@ -114,7 +114,7 @@ libhxl==5.2.1
114
114
# hdx-python-country
115
115
loguru == 0.7.2
116
116
# via hdx-python-utilities
117
- makefun == 1.15.3
117
+ makefun == 1.15.4
118
118
# via hdx-python-api
119
119
markdown-it-py == 3.0.0
120
120
# via rich
@@ -295,7 +295,7 @@ urllib3==2.2.2
295
295
# via
296
296
# libhxl
297
297
# requests
298
- validators == 0.32 .0
298
+ validators == 0.33 .0
299
299
# via frictionless
300
300
virtualenv == 20.26.3
301
301
# via pre-commit
You can’t perform that action at this time.
0 commit comments