Skip to content

Commit 3d25ba0

Browse files
committed
chore(deps): update all dependencies
1 parent e4b4f52 commit 3d25ba0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v6
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.14"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: "3.10"
31+
python-version: "3.14"
3232
- name: Install nox
3333
run: |
3434
python -m pip install --upgrade setuptools pip wheel

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
backoff==2.2.1
2-
pytest==8.4.2; python_version <= '3.9'
2+
pytest==9.0.2; python_version <= '3.9'
33
pytest==9.0.2; python_version > '3.9'
44
mock==5.2.0
55
flaky==3.8.1

0 commit comments

Comments
 (0)