ccs-digitalmarketplace-frameworks 1.3.12 → 1.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/.hypothesis/examples/2807586e3345a769/01fc168960271644 +0 -0
  2. package/.hypothesis/examples/2807586e3345a769/083d1c643c5ec648 +0 -0
  3. package/.hypothesis/examples/2807586e3345a769/17916024d6dfda35 +0 -0
  4. package/.hypothesis/examples/2807586e3345a769/1e7e376900ffc4ce +0 -0
  5. package/.hypothesis/examples/2807586e3345a769/2609058041eb1482 +0 -0
  6. package/.hypothesis/examples/2807586e3345a769/29919ad9d6bc0398 +0 -0
  7. package/.hypothesis/examples/2807586e3345a769/318fb80c0ff0ca4e +0 -0
  8. package/.hypothesis/examples/2807586e3345a769/34d5105817fd2db3 +0 -0
  9. package/.hypothesis/examples/2807586e3345a769/3c35321d546898a2 +0 -0
  10. package/.hypothesis/examples/2807586e3345a769/4f13ac139c3ad43e +0 -0
  11. package/.hypothesis/examples/2807586e3345a769/5e5704a80bdb10f3 +0 -0
  12. package/.hypothesis/examples/2807586e3345a769/603b736e5c594fc6 +0 -0
  13. package/.hypothesis/examples/2807586e3345a769/624e576bce9df545 +0 -0
  14. package/.hypothesis/examples/2807586e3345a769/665cc05346dcc1c2 +0 -0
  15. package/.hypothesis/examples/2807586e3345a769/6cc00114c2b7048e +0 -0
  16. package/.hypothesis/examples/2807586e3345a769/6f49213b2b7952ed +0 -0
  17. package/.hypothesis/examples/2807586e3345a769/7612ec2ec51df0f9 +0 -0
  18. package/.hypothesis/examples/2807586e3345a769/7ccf83da0f5f5034 +0 -0
  19. package/.hypothesis/examples/2807586e3345a769/8fd7100b9dc22d30 +0 -0
  20. package/.hypothesis/examples/2807586e3345a769/949cde45adf43234 +0 -0
  21. package/.hypothesis/examples/2807586e3345a769/95b12eb002b755b0 +0 -0
  22. package/.hypothesis/examples/2807586e3345a769/ac56f40c275a8597 +0 -0
  23. package/.hypothesis/examples/2807586e3345a769/c2223898d6d0cc87 +0 -0
  24. package/.hypothesis/examples/2807586e3345a769/dbf4b70e8d4d1ad6 +0 -0
  25. package/.hypothesis/examples/2807586e3345a769/de7d9d5fb4601bbe +0 -0
  26. package/.hypothesis/examples/2807586e3345a769/decbb50b54ef7bb7 +0 -0
  27. package/.hypothesis/examples/2807586e3345a769/df7924011a676714 +0 -0
  28. package/.hypothesis/examples/2807586e3345a769/e8d3c082995f19d4 +0 -0
  29. package/.hypothesis/examples/2807586e3345a769/f4af68febdf44617 +0 -0
  30. package/.hypothesis/examples/2807586e3345a769/fe6996deb73b0ed0 +0 -0
  31. package/frameworks/digital-outcomes-6/metadata/copy_services.yml +1 -0
  32. package/package.json +1 -1
  33. package/tests/test_generate_validation_schema.py +1 -1
  34. package/.hypothesis/examples/2807586e3345a769/0027436a5cbb0391 +0 -0
  35. package/.hypothesis/examples/2807586e3345a769/39504c9aa36244c6 +0 -0
  36. package/.hypothesis/examples/2807586e3345a769/a71bf6db27a3bd19 +0 -0
  37. package/.hypothesis/examples/2807586e3345a769/e3314967549cc3d1 +0 -0
@@ -79,4 +79,5 @@ questions_to_exclude:
79
79
  - agileCoachPriceMax
80
80
  - dataScientistPriceMax
81
81
  - userResearcherPriceMax
82
+ - securityTypes
82
83
  source_framework: digital-outcomes-and-specialists-5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -3,7 +3,7 @@ from math import isnan
3
3
  import os
4
4
 
5
5
  try:
6
- import __builtin__ as builtins
6
+ import builtins as builtins
7
7
  except ImportError:
8
8
  import builtins
9
9