Skip to content

Commit 584eb1a

Browse files
fix(deps): update all non-major dependencies
1 parent d3fc890 commit 584eb1a

5 files changed

Lines changed: 111 additions & 111 deletions

File tree

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install python 3.11
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.11
18+
python-version: 3.14
1919

2020
- name: Install dependencies
2121
run: |

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.14"
2424

2525
- name: Install dependencies
2626
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install python 3.11
9595
uses: actions/setup-python@v4
9696
with:
97-
python-version: 3.11
97+
python-version: 3.14
9898

9999
- name: Install dependencies
100100
run: |

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ version = "0.3.1"
88
description = "Public python SDK for the CEMS VibraCore web-API."
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"pygef>=0.11.1,<0.12",
11+
"pygef>=0.14,<0.15",
1212
"cems-nuclei[client]>=3.0.0, <4",
1313
"geopandas>=1.0.1,<2",
14-
"pyogrio>=0.10.0,<0.11",
14+
"pyogrio>=0.12.1,<0.13",
1515
"scipy>=1.15.2,<2"
1616
]
1717
license = { file = "LICENSE" }
@@ -25,29 +25,29 @@ repository = "https://github.com/cemsbv/py-vibracore"
2525
test = ["coveralls", "pytest", "requests-mock"]
2626
docs = [
2727
"Sphinx==8.2.3",
28-
"sphinx-autodoc-typehints==3.1.0",
29-
"ipython==9.1.0",
28+
"sphinx-autodoc-typehints==3.10.2",
29+
"ipython==9.13.0",
3030
"asteroid-sphinx-theme==0.0.3",
31-
"sphinx_rtd_theme==3.0.2"
31+
"sphinx_rtd_theme==3.1.0"
3232
]
3333
# lint dependencies from github super-linter v5
3434
# See https://github.com/super-linter/super-linter/tree/main/dependencies/python
3535
lint = [
36-
"ansible-lint==25.1.3",
36+
"ansible-lint==25.12.2",
3737
"black==25.1.0",
38-
"cfn-lint==1.25.1",
39-
"cpplint==2.0.0",
40-
"flake8==7.1.2",
41-
"isort==6.0.0",
42-
"mypy==1.15.0",
38+
"cfn-lint==1.51.1",
39+
"cpplint==2.0.2",
40+
"flake8==7.3.0",
41+
"isort==6.1.0",
42+
"mypy==1.20.2",
4343
"sqlfluff==3.3.1",
44-
"yamllint==1.35.1",
44+
"yamllint==1.38.0",
4545
"yq==3.4.3",
4646
]
4747
notebook = [
4848
"contextily>=1.6.2,<2",
4949
"tqdm[notebook]>=4.67.1,<5",
50-
"ipympl>=0.9.7,<0.10",
50+
"ipympl>=0.10,<0.11",
5151
"fiona>=1.10.1,<2",
5252
]
5353

0 commit comments

Comments
 (0)