Skip to content

Commit ae3638e

Browse files
committed
Update dependencies
1 parent b0da04b commit ae3638e

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sphinx:
66
build:
77
os: ubuntu-22.04
88
tools:
9-
python: "3.10"
9+
python: "3.11"
1010

1111
python:
1212
install:

requirements.txt

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,37 @@
1-
alabaster==0.7.13
2-
Babel==2.11.0
3-
certifi==2023.7.22
4-
charset-normalizer==3.0.1
5-
docutils==0.18.1
6-
idna==3.4
1+
alabaster==0.7.16
2+
Babel==2.14.0
3+
certifi==2023.11.17
4+
charset-normalizer==3.3.2
5+
docutils==0.20.1
6+
idna==3.6
77
imagesize==1.4.1
88
Jinja2==3.1.3
9-
MarkupSafe==2.1.2
10-
packaging==23.0
11-
Pygments==2.15.0
12-
pytz==2022.7.1
9+
MarkupSafe==2.1.3
10+
packaging==23.2
11+
Pygments==2.17.2
12+
pytz==2023.3.post1
1313
requests==2.31.0
14-
robotpy-sphinx-plugin==0.1.6
15-
setuptools-scm==7.1.0
14+
setuptools==69.0.3
15+
setuptools-scm==8.0.4
1616
snowballstemmer==2.2.0
17-
Sphinx==5.3.0
18-
sphinx-automodapi==0.14.1
19-
sphinx-reredirects==0.1.1
20-
sphinx-rtd-theme==1.2.0rc1
21-
sphinx_autodoc_typehints==1.21.7
22-
sphinx_inline_tabs==2022.1.2b11
23-
sphinxcontrib-devhelp==1.0.2
24-
sphinxcontrib-htmlhelp==2.0.0
17+
Sphinx==7.2.6
18+
sphinx-autodoc-typehints==1.25.2
19+
sphinx-automodapi==0.16.0
20+
sphinx-reredirects==0.1.3
21+
sphinx-rtd-theme==2.0.0
22+
sphinx_inline_tabs==2023.4.21
23+
sphinxcontrib-applehelp==1.0.8
24+
sphinxcontrib-devhelp==1.0.6
25+
sphinxcontrib-htmlhelp==2.0.5
26+
sphinxcontrib-jquery==4.1
2527
sphinxcontrib-jsmath==1.0.1
26-
sphinxcontrib-qthelp==1.0.3
27-
sphinxcontrib-serializinghtml==1.1.5
28-
sphinxcontrib.applehelp==1.0.3
29-
sphinxext-opengraph==0.7.5
28+
sphinxcontrib-qthelp==1.0.7
29+
sphinxcontrib-serializinghtml==1.1.10
30+
sphinxext-opengraph==0.9.1
3031
toml==0.10.2
3132
tomli==2.0.1
32-
typing_extensions==4.4.0
33-
urllib3==1.26.18
33+
typing_extensions==4.9.0
34+
urllib3==2.1.0
35+
36+
# Just use the latest
37+
robotpy-sphinx-plugin

0 commit comments

Comments
 (0)