Skip to content

Commit 222f6ff

Browse files
committed
Update dependencies
1 parent a071cfe commit 222f6ff

File tree

5 files changed

+54
-47
lines changed

5 files changed

+54
-47
lines changed

docs-requirements.in

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# RTD is currently installing 1.5.3, which has a bug in :lineno-match:
21
sphinx >= 1.6.1
32
sphinx_rtd_theme
43
sphinxcontrib-trio
@@ -10,8 +9,7 @@ attrs >= 17.4.0
109
towncrier != 19.9.0,!= 21.3.0
1110

1211
# pytest-trio's own dependencies
13-
trio >= 0.15.0
12+
trio >= 0.22.0
1413
async_generator >= 1.9
15-
outcome
16-
# For node.get_closest_marker
17-
pytest >= 3.6
14+
outcome >= 1.1.0
15+
pytest >= 7.2.0

docs-requirements.txt

Lines changed: 44 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
55
# pip-compile docs-requirements.in
@@ -10,99 +10,109 @@ async-generator==1.10
1010
# via
1111
# -r docs-requirements.in
1212
# trio
13-
attrs==20.3.0
13+
attrs==22.1.0
1414
# via
1515
# -r docs-requirements.in
1616
# outcome
1717
# pytest
1818
# trio
19-
babel==2.9.0
19+
babel==2.10.3
2020
# via sphinx
21-
certifi==2020.12.5
21+
certifi==2022.9.24
2222
# via requests
23-
chardet==4.0.0
23+
charset-normalizer==2.1.1
2424
# via requests
25-
click==7.1.2
25+
click==8.1.3
26+
# via
27+
# click-default-group
28+
# towncrier
29+
click-default-group==1.2.2
2630
# via towncrier
27-
docutils==0.16
31+
docutils==0.17.1
2832
# via
2933
# sphinx
3034
# sphinx-rtd-theme
31-
idna==2.10
35+
exceptiongroup==1.0.0
36+
# via
37+
# pytest
38+
# trio
39+
idna==3.4
3240
# via
3341
# requests
3442
# trio
35-
imagesize==1.2.0
43+
imagesize==1.4.1
3644
# via sphinx
37-
incremental==21.3.0
45+
importlib-metadata==5.0.0
46+
# via sphinx
47+
incremental==22.10.0
3848
# via towncrier
3949
iniconfig==1.1.1
4050
# via pytest
41-
jinja2==2.11.3
51+
jinja2==3.1.2
4252
# via
4353
# sphinx
4454
# towncrier
45-
markupsafe==1.1.1
55+
markupsafe==2.1.1
4656
# via jinja2
47-
outcome==1.1.0
57+
outcome==1.2.0
4858
# via
4959
# -r docs-requirements.in
5060
# trio
51-
packaging==20.9
61+
packaging==21.3
5262
# via
5363
# pytest
5464
# sphinx
55-
pluggy==0.13.1
56-
# via pytest
57-
py==1.10.0
65+
pluggy==1.0.0
5866
# via pytest
59-
pygments==2.8.1
67+
pygments==2.13.0
6068
# via sphinx
61-
pyparsing==2.4.7
69+
pyparsing==3.0.9
6270
# via packaging
63-
pytest==6.2.3
71+
pytest==7.2.0
6472
# via -r docs-requirements.in
65-
pytz==2021.1
73+
pytz==2022.5
6674
# via babel
67-
requests==2.25.1
75+
requests==2.28.1
6876
# via sphinx
69-
sniffio==1.2.0
77+
sniffio==1.3.0
7078
# via trio
71-
snowballstemmer==2.1.0
79+
snowballstemmer==2.2.0
7280
# via sphinx
73-
sortedcontainers==2.3.0
81+
sortedcontainers==2.4.0
7482
# via trio
75-
sphinx-rtd-theme==0.5.2
76-
# via -r docs-requirements.in
77-
sphinx==3.5.4
83+
sphinx==5.3.0
7884
# via
7985
# -r docs-requirements.in
8086
# sphinx-rtd-theme
8187
# sphinxcontrib-trio
88+
sphinx-rtd-theme==1.0.0
89+
# via -r docs-requirements.in
8290
sphinxcontrib-applehelp==1.0.2
8391
# via sphinx
8492
sphinxcontrib-devhelp==1.0.2
8593
# via sphinx
86-
sphinxcontrib-htmlhelp==1.0.3
94+
sphinxcontrib-htmlhelp==2.0.0
8795
# via sphinx
8896
sphinxcontrib-jsmath==1.0.1
8997
# via sphinx
9098
sphinxcontrib-qthelp==1.0.3
9199
# via sphinx
92-
sphinxcontrib-serializinghtml==1.1.4
100+
sphinxcontrib-serializinghtml==1.1.5
93101
# via sphinx
94102
sphinxcontrib-trio==1.1.2
95103
# via -r docs-requirements.in
96-
toml==0.10.2
104+
tomli==2.0.1
97105
# via
98106
# pytest
99107
# towncrier
100-
towncrier==19.2.0
108+
towncrier==22.8.0
101109
# via -r docs-requirements.in
102-
trio==0.18.0
110+
trio==0.22.0
103111
# via -r docs-requirements.in
104-
urllib3==1.26.4
112+
urllib3==1.26.12
105113
# via requests
114+
zipp==3.10.0
115+
# via importlib-metadata
106116

107117
# The following packages are considered to be unsafe in a requirements file:
108118
# setuptools

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def setup(app):
109109
#
110110
# This is also used if you do content translation via gettext catalogs.
111111
# Usually you set "language" from the command line for these cases.
112-
language = None
112+
language = "en"
113113

114114
# List of patterns, relative to source directory, that match files and
115115
# directories to ignore when looking for source files.

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
packages=find_packages(),
1717
entry_points={'pytest11': ['trio = pytest_trio.plugin']},
1818
install_requires=[
19-
"trio >= 0.15.0",
19+
"trio >= 0.22.0", # for ExceptionGroup support
2020
"async_generator >= 1.9",
21-
"outcome",
22-
# For node.get_closest_marker
23-
"pytest >= 3.6"
21+
"outcome >= 1.1.0",
22+
"pytest >= 7.2.0", # for ExceptionGroup support
2423
],
2524
keywords=[
2625
'async',

test-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==6.1.2
2-
pytest-cov==2.10.1
3-
hypothesis==5.47.0
1+
pytest==7.2.0
2+
pytest-cov==4.0.0
3+
hypothesis==6.56.4

0 commit comments

Comments
 (0)