File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 python-version : 3.14
4848
4949 - name : Build and install package
50- run : python -m pip install .[all]
50+ run : python -m pip install .[all] --verbose
5151
5252 - name : Running ${{ matrix.tool }}
5353 run : |
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ dependencies = [
1616 " geocompy ~= 0.14.0" ,
1717 " rich >= 13.9" ,
1818 " textual >= 3.2.0" ,
19- " rapidfuzz ~= 3.13.0 " ,
19+ " rapidfuzz ~= 3.14.1 " ,
2020 " jsonschema ~= 4.21" ,
2121 " jmespath ~= 1.0.1" ,
2222 " toml ~= 0.10.2" ,
2323 " PyYAML ~= 6.0.2" ,
24- " numpy ~= 2.0 " ,
24+ " numpy ~= 2.3 " ,
2525 " pillow ~= 11.0" ,
2626 " cloup ~= 3.0.7" ,
2727 " click-extra ~= 5.0.2"
@@ -77,7 +77,7 @@ linting = [
7777 " types-jmespath >= 1.0.2.4" ,
7878 " types-toml >= 0.10.8.20240310" ,
7979 " types-PyYAML >= 6.0.12.20250516" ,
80- " mypy >= 1.17.1 " ,
80+ " mypy >= 1.18.2 " ,
8181 " flake8 >= 7.3.0"
8282]
8383development = [
You can’t perform that action at this time.
0 commit comments