Skip to content

Commit 60b9197

Browse files
nejchJohnVillalovos
authored andcommitted
chore(deps): pin and clean up test dependencies
1 parent f825d70 commit 60b9197

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

requirements-docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
pytest-docker
3+
pytest-docker==1.0.1

requirements-docs.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-r requirements.txt
2-
furo
3-
jinja2
4-
myst-parser
2+
furo==2022.9.29
3+
jinja2==3.1.2
4+
myst-parser==0.18.1
55
sphinx==5.1.1
6-
sphinx_rtd_theme
7-
sphinxcontrib-autoprogram
6+
sphinxcontrib-autoprogram==0.1.7

requirements-test.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage
1+
coverage==6.5.0
22
pytest==7.1.3
33
pytest-console-scripts==1.3.1
4-
pytest-cov
4+
pytest-cov==4.0.0
55
pytest-github-actions-annotate-failures==0.1.7
66
PyYaml==6.0
7-
responses
7+
responses==0.21.0

0 commit comments

Comments
 (0)