Skip to content

Commit 93a8f91

Browse files
committed
chg: Bump deps
1 parent aef3f4f commit 93a8f91

File tree

4 files changed

+95
-267
lines changed

4 files changed

+95
-267
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.19.0
13+
rev: v3.19.1
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py38-plus]

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
version: 2
22
build:
3-
os: "ubuntu-22.04"
3+
os: "ubuntu-lts-latest"
44
tools:
55
python: "3"
66

7+
sphinx:
8+
configuration: docs/source/conf.py
9+
710
python:
811
install:
912
- method: pip

0 commit comments

Comments
 (0)