Skip to content

Commit a6b02c2

Browse files
fix(deps): update all non-major dependencies
1 parent ebb0637 commit a6b02c2

File tree

5 files changed

+87
-87
lines changed

5 files changed

+87
-87
lines changed

.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@v5
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.13"
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@v5
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.13"
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
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install python 3.11
9696
uses: actions/setup-python@v5
9797
with:
98-
python-version: "3.11"
98+
python-version: "3.13"
9999

100100
- name: Install dependencies
101101
run: |

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pandas>=2.2.3,<3",
1919
"plotly-geo>=1.0.0,<2",
2020
"plotly>=6.0.1,<7",
21-
"pygef>=0.11.0,<0.12",
21+
"pygef>=0.12.1,<0.13",
2222
"scipy>=1.15.2,<2",
2323
"shapely>=2.1.0,<3",
2424
"tqdm[notebook]>=4.67.1,<5",
@@ -35,24 +35,24 @@ test = ["coveralls", "pytest", "openapi-core"]
3535
docs = [
3636
"Sphinx==8.2.3",
3737
"asteroid-sphinx-theme==0.0.3",
38-
"ipython==9.1.0",
39-
"sphinx-autodoc-typehints==3.1.0",
38+
"ipython==9.4.0",
39+
"sphinx-autodoc-typehints==3.2.0",
4040
"sphinx_rtd_theme==3.0.2",
4141
]
4242
# lint dependencies from github super-linter
4343
# See https://github.com/super-linter/super-linter/tree/main/dependencies/python
4444
# Get a file with the latest requirements by running bash: `./get-super-linter-requirements.sh`
4545
# ignoring because redundant: snakemake, snakefmt, pylint
4646
lint = [
47-
"ansible-lint==25.1.3",
47+
"ansible-lint==25.8.1",
4848
"black==25.1.0",
49-
"cfn-lint==1.33.2",
50-
"cpplint==2.0.0",
51-
"flake8==7.1.2",
52-
"isort==6.0.0",
53-
"mypy==1.15.0",
54-
"sqlfluff==3.3.1",
55-
"yamllint==1.35.1",
49+
"cfn-lint==1.38.3",
50+
"cpplint==2.0.2",
51+
"flake8==7.3.0",
52+
"isort==6.0.1",
53+
"mypy==1.17.1",
54+
"sqlfluff==3.4.2",
55+
"yamllint==1.37.1",
5656
"yq==3.4.3",
5757
]
5858

0 commit comments

Comments
 (0)