Skip to content

Commit fe42e5c

Browse files
authored
Merge pull request #4699 from GSA-TTS/main
2 parents 55ed021 + 92c4b40 commit fe42e5c

File tree

50 files changed

+895
-40841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+895
-40841
lines changed

backend/audit/intakelib/checks/check_version_number.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"1.1.3",
2121
"1.1.4",
2222
"1.1.5",
23+
"1.1.6",
2324
}
2425

2526

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

backend/requirements.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -1193,11 +1193,13 @@ six==1.16.0 \
11931193
# orderedmultidict
11941194
# pyjwkest
11951195
# python-dateutil
1196-
sling==1.3.4 \
1197-
--hash=sha256:70541da99b48313a0cfd5e61c52d984e4d50113b7945308697d32cd50a6bb183
1196+
sling==1.4.2 \
1197+
--hash=sha256:37366d47a3249de8ac43db3b45b0a5c1785124b5554c9c7a36ca1d5547fd5c60 \
1198+
--hash=sha256:8df3dd51eb73b1509d01600c657393a1d32ec90744f0736dfbc264883af952c5
11981199
# via -r ./requirements/requirements.in
1199-
sling-linux-amd64==1.3.4 \
1200-
--hash=sha256:d5f3b71fb191e8b9663f88890c464d84ab4c36df3a5fd6148a51cdd2ea9a5099
1200+
sling-linux-amd64==1.4.2 \
1201+
--hash=sha256:4935332ccefa56abafccb89ead7b743ecaafaf6059b8f5d9ce9e9ca21b9b2b36 \
1202+
--hash=sha256:cf9a41e4eb2bb5028e69313188eeb8b6328e21aa4e9718a528d2e6a92ee7d617
12011203
# via sling
12021204
sqlalchemy==2.0.36 \
12031205
--hash=sha256:03e08af7a5f9386a43919eda9de33ffda16b44eb11f3b313e6822243770e9763 \

backend/requirements/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python-slugify
3636
pyyaml
3737
requests>=2.32.3
3838
sqlalchemy
39-
sling
39+
sling>=1.4.2
4040
sqlparse>=0.5.0
4141
types-python-dateutil==2.9.0.20240821
4242
uritemplate

backend/schemas/output/excel/json/additional-eins-workbook.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"validation": {
4545
"type": "NOVALIDATION"
4646
},
47-
"value": "1.1.5",
47+
"value": "1.1.6",
4848
"width": 48
4949
},
5050
{

backend/schemas/output/excel/json/additional-ueis-workbook.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"validation": {
4545
"type": "NOVALIDATION"
4646
},
47-
"value": "1.1.5",
47+
"value": "1.1.6",
4848
"width": 48
4949
},
5050
{

backend/schemas/output/excel/json/audit-findings-text-workbook.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"validation": {
4545
"type": "NOVALIDATION"
4646
},
47-
"value": "1.1.5",
47+
"value": "1.1.6",
4848
"width": 48
4949
},
5050
{

backend/schemas/output/excel/json/corrective-action-plan-workbook.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"validation": {
4545
"type": "NOVALIDATION"
4646
},
47-
"value": "1.1.5",
47+
"value": "1.1.6",
4848
"width": 48
4949
},
5050
{

backend/schemas/output/excel/json/federal-awards-audit-findings-workbook.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"validation": {
4545
"type": "NOVALIDATION"
4646
},
47-
"value": "1.1.5",
47+
"value": "1.1.6",
4848
"width": 48
4949
},
5050
{

0 commit comments

Comments
 (0)