Skip to content

Commit e734663

Browse files
authored
Merge branch 'master' into dependabot/pip/pytest-7.4.2
2 parents 2dc46db + ac07ba6 commit e734663

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.readthedocs.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
# .readthedocs.yaml
2-
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
5-
# Required
61
version: 2
72

8-
# Set the version of Python and other tools you might need
93
build:
104
os: ubuntu-22.04
115
tools:
12-
python: "3.8"
6+
python: "3.11"
7+
8+
python:
9+
install:
10+
- requirements: requirements.txt
11+
- method: pip
12+
path: .
13+
extra_requirements:
14+
- docs
1315

14-
# Build documentation in the docs/ directory with Sphinx
1516
sphinx:
1617
configuration: docs/conf.py
1718

18-
# We recommend specifying your dependencies to enable reproducible builds:
19-
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
python:
21-
install:
22-
- requirements: requirements.txt

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ pytest-rerunfailures==12.0
1414
pytest-timeout==2.1.0
1515
pytest-xdist==3.3.1
1616
pytest==7.4.2
17-
quart==0.18.4
17+
quart==0.19.2
1818
reactivex==4.0.4
1919
starlette==0.31.1
2020
cbitstruct==1.0.9
21-
cloudevents==1.9.0
21+
cloudevents==1.10.0
2222
pydantic==1.10.13
23-
Werkzeug==2.2.3
23+
Werkzeug==3.0.0

0 commit comments

Comments
 (0)