File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ requires-python = ">=3.8"
36
36
# Extras for frictionless[excel,json] added explicitly
37
37
# for conda-forge compatibility
38
38
dependencies = [
39
- " frictionless>=5.17.1 " ,
39
+ " frictionless>=5.18.0 " ,
40
40
# frictionless[excel]
41
41
" openpyxl>=3.1.2" ,
42
42
" tableschema-to-template>=0.0.13" ,
@@ -96,7 +96,7 @@ version_scheme = "python-simplified-semver"
96
96
features = [" html" , " email" , " test" ]
97
97
98
98
[[tool .hatch .envs .hatch-test .matrix ]]
99
- python = [" 3.11 " ]
99
+ python = [" 3.12 " ]
100
100
101
101
[tool .hatch .envs .hatch-test .scripts ]
102
102
run = """
Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ email-validator==2.2.0
30
30
# via hdx-python-utilities (pyproject.toml)
31
31
et-xmlfile == 1.1.0
32
32
# via openpyxl
33
- filelock == 3.15.4
33
+ filelock == 3.16.1
34
34
# via virtualenv
35
- frictionless == 5.17.1
35
+ frictionless == 5.18.0
36
36
# via hdx-python-utilities (pyproject.toml)
37
37
html5lib == 1.1
38
38
# via hdx-python-utilities (pyproject.toml)
39
39
humanize == 4.10.0
40
40
# via frictionless
41
- identify == 2.6.0
41
+ identify == 2.6.1
42
42
# via pre-commit
43
- idna == 3.8
43
+ idna == 3.10
44
44
# via
45
45
# email-validator
46
46
# requests
@@ -80,19 +80,19 @@ packaging==24.1
80
80
# via pytest
81
81
petl == 1.7.15
82
82
# via frictionless
83
- platformdirs == 4.2.2
83
+ platformdirs == 4.3.6
84
84
# via virtualenv
85
85
pluggy == 1.5.0
86
86
# via pytest
87
87
pre-commit == 3.8.0
88
88
# via hdx-python-utilities (pyproject.toml)
89
- pydantic == 2.9.0
89
+ pydantic == 2.9.2
90
90
# via frictionless
91
- pydantic-core == 2.23.2
91
+ pydantic-core == 2.23.4
92
92
# via pydantic
93
93
pygments == 2.18.0
94
94
# via rich
95
- pytest == 8.3.2
95
+ pytest == 8.3.3
96
96
# via
97
97
# hdx-python-utilities (pyproject.toml)
98
98
# pytest-cov
@@ -125,7 +125,7 @@ requests-file==2.1.0
125
125
# via hdx-python-utilities (pyproject.toml)
126
126
rfc3986 == 2.0.0
127
127
# via frictionless
128
- rich == 13.8.0
128
+ rich == 13.8.1
129
129
# via typer
130
130
rpds-py == 0.20.0
131
131
# via
@@ -162,13 +162,11 @@ typing-extensions==4.12.2
162
162
# pydantic
163
163
# pydantic-core
164
164
# typer
165
- tzdata == 2024.1
166
- # via pydantic
167
- urllib3 == 2.2.2
165
+ urllib3 == 2.2.3
168
166
# via requests
169
167
validators == 0.34.0
170
168
# via frictionless
171
- virtualenv == 20.26.3
169
+ virtualenv == 20.26.6
172
170
# via pre-commit
173
171
webencodings == 0.5.1
174
172
# via html5lib
You can’t perform that action at this time.
0 commit comments