Skip to content

Commit a058404

Browse files
authored
Bump test deps (#181)
1 parent 58a5037 commit a058404

3 files changed

Lines changed: 16 additions & 31 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#
4444
# This is also used if you do content translation via gettext catalogs.
4545
# Usually you set "language" from the command line for these cases.
46-
language = None
46+
language = "en"
4747

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

requirements.txt

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ alabaster==0.7.12
88
# via sphinx
99
ansible-pygments==0.1.1
1010
# via sphinx-ansible-theme
11-
argh==0.26.2
12-
# via sphinx-autobuild
1311
attrs==22.1.0
1412
# via
1513
# jsonschema
1614
# pytest
17-
babel==2.10.3
15+
babel==2.11.0
1816
# via sphinx
1917
build==0.9.0
2018
# via pip-tools
@@ -24,15 +22,17 @@ charset-normalizer==2.1.1
2422
# via requests
2523
click==8.1.3
2624
# via pip-tools
27-
commonmark==0.9.1
28-
# via pytest-markdown
25+
colorama==0.4.6
26+
# via sphinx-autobuild
2927
coverage==6.5.0
3028
# via ansible-compat (setup.cfg)
3129
docutils==0.17.1
3230
# via
3331
# myst-parser
3432
# sphinx
3533
# sphinx-rtd-theme
34+
exceptiongroup==1.0.0
35+
# via pytest
3636
flaky==3.7.0
3737
# via ansible-compat (setup.cfg)
3838
idna==3.4
@@ -71,18 +71,12 @@ packaging==21.3
7171
# build
7272
# pytest
7373
# sphinx
74-
pathtools==0.1.2
75-
# via sphinx-autobuild
7674
pep517==0.13.0
7775
# via build
7876
pip-tools==6.9.0
7977
# via ansible-compat (setup.cfg)
8078
pluggy==1.0.0
8179
# via pytest
82-
port-for==0.3.1
83-
# via sphinx-autobuild
84-
py==1.11.0
85-
# via pytest
8680
pygments==2.13.0
8781
# via
8882
# ansible-pygments
@@ -91,40 +85,37 @@ pyparsing==3.0.9
9185
# via packaging
9286
pyrsistent==0.19.1
9387
# via jsonschema
94-
pytest==6.2.5
88+
pytest==7.2.0
9589
# via
9690
# ansible-compat (setup.cfg)
97-
# pytest-markdown
9891
# pytest-mock
9992
# pytest-plus
100-
pytest-markdown==1.0.2
101-
# via ansible-compat (setup.cfg)
10293
pytest-mock==3.10.0
10394
# via ansible-compat (setup.cfg)
10495
pytest-plus==0.2
10596
# via ansible-compat (setup.cfg)
106-
pytz==2022.5
97+
pytz==2022.6
10798
# via babel
10899
pyyaml==6.0
109100
# via
110101
# ansible-compat (setup.cfg)
111102
# myst-parser
112-
# sphinx-autobuild
113103
requests==2.28.1
114104
# via sphinx
115105
six==1.16.0
116106
# via livereload
117107
snowballstemmer==2.2.0
118108
# via sphinx
119-
sphinx==4.5.0
109+
sphinx==5.3.0
120110
# via
121111
# ansible-compat (setup.cfg)
122112
# myst-parser
123113
# sphinx-ansible-theme
114+
# sphinx-autobuild
124115
# sphinx-rtd-theme
125116
sphinx-ansible-theme==0.9.1
126117
# via ansible-compat (setup.cfg)
127-
sphinx-autobuild==0.7.1
118+
sphinx-autobuild==2021.3.14
128119
# via ansible-compat (setup.cfg)
129120
sphinx-rtd-theme==1.0.0
130121
# via sphinx-ansible-theme
@@ -142,22 +133,17 @@ sphinxcontrib-serializinghtml==1.1.5
142133
# via sphinx
143134
subprocess-tee==0.3.5
144135
# via ansible-compat (setup.cfg)
145-
toml==0.10.2
146-
# via pytest
147136
tomli==2.0.1
148137
# via
149138
# build
150139
# pep517
140+
# pytest
151141
tornado==6.2
152-
# via
153-
# livereload
154-
# sphinx-autobuild
142+
# via livereload
155143
typing-extensions==4.4.0
156144
# via myst-parser
157145
urllib3==1.26.12
158146
# via requests
159-
watchdog==2.1.9
160-
# via sphinx-autobuild
161147
wheel==0.37.1
162148
# via pip-tools
163149
zipp==3.10.0

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,15 @@ install_requires =
6464

6565
[options.extras_require]
6666
docs =
67-
sphinx-autobuild>=0.7.1,<1.0
68-
sphinx>=4.2.0,<5.0
67+
sphinx-autobuild>=2021.3.14
68+
sphinx>=5.3.0
6969
sphinx_ansible_theme
7070
myst_parser
7171
test =
7272
coverage
7373
flaky
7474
pip-tools
75-
pytest
76-
pytest-markdown
75+
pytest>=7.2.0
7776
pytest-mock
7877
pytest-plus
7978

0 commit comments

Comments
 (0)