Skip to content

Commit 4003232

Browse files
committed
[core] bumped dependencies
1 parent 478d3c7 commit 4003232

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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: |

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
8383
development = [

0 commit comments

Comments
 (0)