Skip to content

Commit 15477a3

Browse files
authored
update docs requirements; CI for pypy3.11 (#46)
1 parent 3154acb commit 15477a3

File tree

2 files changed

+44
-42
lines changed

2 files changed

+44
-42
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,16 @@ matrix:
3232
- python: 'pypy3.9-7.3.9' # at 7.3.16
3333
env:
3434

35-
- python: 'pypy3.10-7.3.17'
35+
- python: 'pypy3.10-7.3.18'
36+
env:
37+
38+
- python: 'pypy3.11-7.3.18'
3639
env:
3740

3841
allow_failures:
3942
- python: '3.14-dev' # CI missing
40-
- python: 'pypy3.10-7.3.17' # CI missing
43+
- python: 'pypy3.10-7.3.18' # CI missing
44+
- python: 'pypy3.11-7.3.18' # CI missing
4145
fast_finish: true
4246

4347
cache:

docs/requirements.txt

+38-40
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,55 @@
11
# Packages required to build docs
22
# dependencies pinned as:
3-
# https://github.com/readthedocs/readthedocs.org/blob/71a82c94adbacf87b4630288f91f1a56e05f54f2/requirements/docs.txt
3+
# https://github.com/readthedocs/readthedocs.org/blob/543f389ddd184ff91dac6a7b808dd21697292fd5/requirements/docs.txt
44

5-
alabaster==0.7.16
6-
anyio==4.4.0
7-
babel==2.15.0
8-
certifi==2024.2.2
9-
charset-normalizer==3.3.2
10-
click==8.1.7
5+
alabaster==1.0.0
6+
anyio==4.8.0
7+
babel==2.17.0
8+
certifi==2025.1.31
9+
charset-normalizer==3.4.1
10+
click==8.1.8
1111
colorama==0.4.6
12-
docutils==0.20.1
13-
exceptiongroup==1.2.1
12+
docutils==0.21.2
13+
exceptiongroup==1.2.2
1414
h11==0.14.0
15-
idna==3.7
15+
idna==3.10
1616
imagesize==1.4.1
1717
jinja2==3.1.5
1818
markdown-it-py==3.0.0
19-
markupsafe==2.1.5
20-
mdit-py-plugins==0.4.1
19+
markupsafe==3.0.2
20+
mdit-py-plugins==0.4.2
2121
mdurl==0.1.2
22-
myst-parser==3.0.1
23-
packaging==24.0
24-
pygments==2.18.0
25-
pyyaml==6.0.1
26-
readthedocs-sphinx-search==0.3.2
22+
myst-parser==4.0.0
23+
packaging==24.2
24+
pygments==2.19.1
25+
pyyaml==6.0.2
2726
requests==2.32.3
28-
six==1.16.0
27+
six==1.17.0
2928
sniffio==1.3.1
3029
snowballstemmer==2.2.0
31-
sphinx==7.3.7
32-
sphinx-autobuild==2024.4.16
30+
sphinx==8.1.3
31+
sphinx-autobuild==2024.10.3
3332
sphinx-copybutton==0.5.2
34-
sphinx-design==0.6.0
35-
sphinx-hoverxref==1.4.0
36-
sphinx-intl==2.2.0
37-
sphinx-multiproject==1.0.0rc1
38-
sphinx-notfound-page==1.0.2
39-
sphinx-prompt==1.8.0
40-
sphinx-rtd-theme==2.0.0rc2
41-
sphinx-tabs==3.4.5
42-
sphinxcontrib-applehelp==1.0.8
43-
sphinxcontrib-devhelp==1.0.6
44-
sphinxcontrib-htmlhelp==2.0.5
33+
sphinx-design==0.6.1
34+
sphinx-intl==2.3.1
35+
sphinx-multiproject==1.0.0
36+
sphinx-notfound-page==1.1.0
37+
sphinx-prompt==1.9.0
38+
sphinx-rtd-theme==3.0.2
39+
sphinx-tabs==3.4.7
40+
sphinxcontrib-applehelp==2.0.0
41+
sphinxcontrib-devhelp==2.0.0
42+
sphinxcontrib-htmlhelp==2.1.0
4543
sphinxcontrib-httpdomain==1.8.1
4644
sphinxcontrib-jquery==4.1
4745
sphinxcontrib-jsmath==1.0.1
48-
sphinxcontrib-qthelp==1.0.7
49-
sphinxcontrib-serializinghtml==1.1.10
46+
sphinxcontrib-qthelp==2.0.0
47+
sphinxcontrib-serializinghtml==2.0.0
5048
sphinxext-opengraph==0.9.1
51-
starlette==0.40.0
52-
tomli==2.0.1
53-
typing-extensions==4.12.1
54-
urllib3==2.2.1
55-
uvicorn==0.30.0
56-
watchfiles==0.22.0
57-
websockets==12.0
49+
starlette==0.45.3
50+
tomli==2.2.1
51+
typing-extensions==4.12.2
52+
urllib3==2.3.0
53+
uvicorn==0.34.0
54+
watchfiles==1.0.4
55+
websockets==14.2

0 commit comments

Comments
 (0)