Skip to content

Commit 60ef8c3

Browse files
authored
Merge pull request #346 from networktocode/2025-11_dependency_updates
Updates dependencies.
2 parents 3128814 + 98997ce commit 60ef8c3

File tree

5 files changed

+1322
-1139
lines changed

5 files changed

+1322
-1139
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: true
9797
matrix:
98-
python-version: ["3.9", "3.10", "3.11", "3.12"]
98+
python-version: ["3.10", "3.11", "3.12"]
9999
env:
100100
PYTHON_VER: "${{ matrix.python-version }}"
101101
steps:
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: true
133133
matrix:
134-
python-version: ["3.9", "3.10", "3.11", "3.12"]
134+
python-version: ["3.10", "3.11", "3.12"]
135135
runs-on: "ubuntu-24.04"
136136
env:
137137
PYTHON_VER: "${{ matrix.python-version }}"
@@ -175,7 +175,7 @@ jobs:
175175
- name: "Set up Python"
176176
uses: "actions/setup-python@v5"
177177
with:
178-
python-version: "3.9"
178+
python-version: "3.10"
179179
- name: "Install Python Packages"
180180
run: "pip install poetry"
181181
- name: "Set env"
@@ -221,7 +221,7 @@ jobs:
221221
- name: "Set up Python"
222222
uses: "actions/setup-python@v5"
223223
with:
224-
python-version: "3.9"
224+
python-version: "3.10"
225225
- name: "Install Python Packages"
226226
run: "pip install poetry"
227227
- name: "Set env"

changes/345.dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs

0 commit comments

Comments
 (0)