ccs-digitalmarketplace-frameworks 1.6.2 → 1.7.0
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.
- package/.github/workflows/release.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/contactWebContractNotice.yml +2 -1
- package/frameworks/digital-outcomes-6/questions/declaration/groundsForDiscretionary.yml +1 -0
- package/frameworks/digital-outcomes-6/questions/declaration/groundsForDiscretionary2.yml +1 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryOptionalWeb.yml +2 -1
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementWeb.yml +1 -0
- package/frameworks/g-cloud-13/questions/declaration/contactWebContractNotice.yml +2 -1
- package/frameworks/g-cloud-13/questions/declaration/groundsForDiscretionary.yml +1 -0
- package/frameworks/g-cloud-13/questions/declaration/groundsForDiscretionary2.yml +1 -0
- package/frameworks/g-cloud-13/questions/declaration/modernSlaveryOptionalWeb.yml +2 -1
- package/frameworks/g-cloud-13/questions/declaration/modernSlaveryStatementWeb.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/multiqSecurityTesting.yml +0 -1
- package/frameworks/g-cloud-13/questions/services/securityTestingWhat.yml +0 -2
- package/package.json +1 -1
- package/requirements-dev.txt +8 -8
- package/requirements.txt +3 -3
|
@@ -17,7 +17,7 @@ jobs:
|
|
|
17
17
|
|
|
18
18
|
- name: Check if version tag already exists
|
|
19
19
|
id: version_tag
|
|
20
|
-
uses: mukunku/tag-exists-action@
|
|
20
|
+
uses: mukunku/tag-exists-action@5c36d895aacb45d5e49b897ff8e510d6539eea65
|
|
21
21
|
env:
|
|
22
22
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
23
23
|
with:
|
|
@@ -3,4 +3,5 @@ id: contactWebContractNotice
|
|
|
3
3
|
question: If your Digital Outcomes 6 application is successful, what internet (web) address should appear on the contract notice?
|
|
4
4
|
type: text
|
|
5
5
|
hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
|
|
6
|
-
This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
|
|
6
|
+
This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
|
|
7
|
+
hidden: true
|
|
@@ -3,4 +3,5 @@ id: contactWebContractNotice
|
|
|
3
3
|
question: If your G-Cloud 13 application is successful, what internet (web) address should appear on the contract notice?
|
|
4
4
|
type: text
|
|
5
5
|
hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
|
|
6
|
-
This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
|
|
6
|
+
This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
|
|
7
|
+
hidden: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
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"
|
package/requirements-dev.txt
CHANGED
|
@@ -19,23 +19,23 @@ botocore==1.20.55
|
|
|
19
19
|
# s3transfer
|
|
20
20
|
cachelib==0.6.0
|
|
21
21
|
# via flask-session
|
|
22
|
-
ccs-digitalmarketplace-content-loader==9.
|
|
22
|
+
ccs-digitalmarketplace-content-loader==9.3.0
|
|
23
23
|
# via -r requirements.txt
|
|
24
|
-
ccs-digitalmarketplace-utils==
|
|
24
|
+
ccs-digitalmarketplace-utils==62.2.0
|
|
25
25
|
# via
|
|
26
26
|
# -r requirements.txt
|
|
27
27
|
# ccs-digitalmarketplace-content-loader
|
|
28
|
-
certifi==
|
|
28
|
+
certifi==2023.7.22
|
|
29
29
|
# via requests
|
|
30
30
|
cffi==1.14.5
|
|
31
31
|
# via cryptography
|
|
32
|
-
|
|
32
|
+
charset-normalizer==3.2.0
|
|
33
33
|
# via requests
|
|
34
34
|
click==7.1.2
|
|
35
35
|
# via flask
|
|
36
36
|
contextlib2==0.6.0.post1
|
|
37
37
|
# via ccs-digitalmarketplace-utils
|
|
38
|
-
cryptography==
|
|
38
|
+
cryptography==41.0.3
|
|
39
39
|
# via ccs-digitalmarketplace-utils
|
|
40
40
|
deepmerge==1.0.1
|
|
41
41
|
# via
|
|
@@ -100,7 +100,7 @@ jmespath==0.10.0
|
|
|
100
100
|
# botocore
|
|
101
101
|
jsonschema==3.2.0
|
|
102
102
|
# via -r requirements-dev.in
|
|
103
|
-
mailchimp3==3.0.
|
|
103
|
+
mailchimp3==3.0.21
|
|
104
104
|
# via ccs-digitalmarketplace-utils
|
|
105
105
|
markdown==2.6.11
|
|
106
106
|
# via ccs-digitalmarketplace-content-loader
|
|
@@ -144,7 +144,7 @@ pytest==6.2.3
|
|
|
144
144
|
# via -r requirements-dev.in
|
|
145
145
|
python-dateutil==2.8.1
|
|
146
146
|
# via botocore
|
|
147
|
-
python-json-logger==2.0.
|
|
147
|
+
python-json-logger==2.0.7
|
|
148
148
|
# via
|
|
149
149
|
# -r requirements.txt
|
|
150
150
|
# ccs-digitalmarketplace-utils
|
|
@@ -156,7 +156,7 @@ pyyaml==5.4.1
|
|
|
156
156
|
# ccs-digitalmarketplace-content-loader
|
|
157
157
|
redis==4.1.4
|
|
158
158
|
# via ccs-digitalmarketplace-utils
|
|
159
|
-
requests==2.
|
|
159
|
+
requests==2.31.0
|
|
160
160
|
# via
|
|
161
161
|
# ccs-digitalmarketplace-utils
|
|
162
162
|
# digitalmarketplace-apiclient
|
package/requirements.txt
CHANGED