ccs-digitalmarketplace-frameworks 1.4.0 → 1.4.1
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/frameworks/g-cloud-13/questions/services/securityTestingAccredited.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/securityTestingCCP.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/securityTestingWhat.yml +1 -1
- package/package.json +1 -1
- package/requirements-dev.txt +3 -3
- package/requirements.txt +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
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
|
@@ -41,7 +41,7 @@ deprecated==1.2.13
|
|
|
41
41
|
# via redis
|
|
42
42
|
digitalmarketplace-content-loader==9.1.0
|
|
43
43
|
# via -r requirements.txt
|
|
44
|
-
digitalmarketplace-utils==60.
|
|
44
|
+
digitalmarketplace-utils==60.8.1
|
|
45
45
|
# via
|
|
46
46
|
# -r requirements.txt
|
|
47
47
|
# digitalmarketplace-content-loader
|
|
@@ -132,7 +132,7 @@ pycparser==2.20
|
|
|
132
132
|
# via cffi
|
|
133
133
|
pyflakes==2.3.1
|
|
134
134
|
# via flake8
|
|
135
|
-
pyjwt==2.0
|
|
135
|
+
pyjwt==2.4.0
|
|
136
136
|
# via notifications-python-client
|
|
137
137
|
pyparsing==2.4.7
|
|
138
138
|
# via packaging
|
|
@@ -142,7 +142,7 @@ pytest==6.2.3
|
|
|
142
142
|
# via -r requirements-dev.in
|
|
143
143
|
python-dateutil==2.8.1
|
|
144
144
|
# via botocore
|
|
145
|
-
python-json-logger==
|
|
145
|
+
python-json-logger==2.0.2
|
|
146
146
|
# via
|
|
147
147
|
# -r requirements.txt
|
|
148
148
|
# digitalmarketplace-utils
|
package/requirements.txt
CHANGED