c2cciutils 1.7.0.dev287__py3-none-any.whl → 1.7.0.dev289__py3-none-any.whl

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.
@@ -4,7 +4,7 @@ Automatically generated file from a JSON schema.
4
4
 
5
5
  from typing import Any, Literal, TypedDict, Union
6
6
 
7
- AUDIT_DEFAULT = {"snyk": True, "outdated_versions": True}
7
+ AUDIT_DEFAULT = {"snyk": True}
8
8
  """ Default value of the field path 'configuration audit' """
9
9
 
10
10
 
@@ -43,7 +43,6 @@ class Audit(TypedDict, total=False):
43
43
  The audit configuration
44
44
 
45
45
  default:
46
- outdated_versions: true
47
46
  snyk: true
48
47
  """
49
48
 
@@ -227,7 +226,6 @@ Configuration = TypedDict(
227
226
  # | The audit configuration
228
227
  # |
229
228
  # | default:
230
- # | outdated_versions: true
231
229
  # | snyk: true
232
230
  "audit": "Audit",
233
231
  # | Pull request checks.
c2cciutils/schema.json CHANGED
@@ -504,8 +504,7 @@
504
504
  "description": "The audit configuration",
505
505
  "type": "object",
506
506
  "default": {
507
- "snyk": true,
508
- "outdated_versions": true
507
+ "snyk": true
509
508
  },
510
509
  "properties": {
511
510
  "snyk": { "$ref": "#/definitions/audit_snyk" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cciutils
3
- Version: 1.7.0.dev287
3
+ Version: 1.7.0.dev289
4
4
  Summary: Common utilities for Camptocamp CI
5
5
  Home-page: https://github.com/camptocamp/c2cciutils
6
6
  License: FreeBSD
@@ -5,7 +5,7 @@ c2cciutils/applications_definition.py,sha256=rOEZ3ISl5fUNDrow6H58Immy3KWJtWwGshi
5
5
  c2cciutils/audit.py,sha256=-WIinz3U6u3-JBQ2ltyuU95UWczLiwUyMuqHYczFKas,5571
6
6
  c2cciutils/branches.graphql,sha256=UZrj1RO-H527M1SKqWm1VnkWtNsuKTnPTf4BCU2YcOU,358
7
7
  c2cciutils/commits.graphql,sha256=3HAuIEig5V7j1L-6mqBaOkiTD3Fb8_gl1ilpZjPJf74,308
8
- c2cciutils/configuration.py,sha256=4V8-0Byf6GW9WpGL_niXw_BPDAfMeTNuM48_r5m4SXE,27952
8
+ c2cciutils/configuration.py,sha256=yGv9L9OVAMb1Rnxt4NKf92pLNl7zHnbXeyUgKnhE2Vs,27857
9
9
  c2cciutils/default_branch.graphql,sha256=CaP3rRsNiyg_7RvqbMk0tOJr0aqWd8cOeSV-ZKgvKY4,131
10
10
  c2cciutils/env.py,sha256=J-lC7GdOkdFVIrWFZEkAxHmIuTYwhDJiE30BICj2UoM,3425
11
11
  c2cciutils/lib/docker.py,sha256=lwvCarwSSUWK1Y4O7qcTILPdpkTf2Ujhl_fCwZ6dBUY,5677
@@ -14,7 +14,7 @@ c2cciutils/package.json,sha256=eVSEaP7N8qu5EyPpkBpefKtnjlKLlfCHTfBXgbOoHDY,134
14
14
  c2cciutils/pr_checks.py,sha256=tBwDHxThcu6648pE2cqpLNsaU711lwwgRc7sB4qR6fU,10109
15
15
  c2cciutils/publish.py,sha256=KOEtPe-y1uw0-DWfKnF5jmYfQb5c0_URKBxakthcrBI,17259
16
16
  c2cciutils/schema-applications.json,sha256=Tus-s9NB7uwKhTrQwhWQM4_oJygF_yHUqShtZhN1IxE,1551
17
- c2cciutils/schema.json,sha256=8_GjcGEXUyMutszf1-_N5uKKia93zpV7B-_xwkw1reI,22876
17
+ c2cciutils/schema.json,sha256=zKRqIjpNg6H2kvuixP64CK5CAJFhyu-_aUEub0_rAqc,22841
18
18
  c2cciutils/scripts/__init__.py,sha256=N4tcdvUifXQrK9vEvFWrGvoyY9oZ0uRcjb-FoYe41cc,36
19
19
  c2cciutils/scripts/audit.py,sha256=MUQqpA8CNkbSyK5e0HiSC5w-4GPKYEqFgV82lIwKkQk,1104
20
20
  c2cciutils/scripts/clean.py,sha256=tpyipZjqK7om9_dNiLxvz6-l6le7N0L03inkrKe7Y_A,3039
@@ -33,8 +33,8 @@ c2cciutils/scripts/pr_checks.py,sha256=PA9z9QB81H2JhGSr4T02eoxyeWDjQZ4XoIKFzS5o5
33
33
  c2cciutils/scripts/publish.py,sha256=4bFgsaUssKrP_N7lG9FILalQ2oexyxCCcC1ofqcxqTU,20313
34
34
  c2cciutils/scripts/trigger_image_update.py,sha256=UPCSgFcllewo1NOC7kUkJ2QMXU0dCA2QAq6LFQHr0Uw,2780
35
35
  c2cciutils/scripts/version.py,sha256=BU6I3nG3ofgUXCLrUBNOql45Dz9Loox4gt4ebHRM3iQ,8912
36
- c2cciutils-1.7.0.dev287.dist-info/LICENSE,sha256=pK1gU5i1jYBv--vi5omcf6-86pYmAWk6ZGbdERjAgcw,1307
37
- c2cciutils-1.7.0.dev287.dist-info/METADATA,sha256=5D3jFUZfJvg5Yn2Gbg3BmkQgxAtu7Mr71d8K-FXX3Tk,18524
38
- c2cciutils-1.7.0.dev287.dist-info/entry_points.txt,sha256=jPDp7KeB0Fz_TpOwbOODeW2WEcdLNJZACPtKpRqtHs4,1030
39
- c2cciutils-1.7.0.dev287.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
40
- c2cciutils-1.7.0.dev287.dist-info/RECORD,,
36
+ c2cciutils-1.7.0.dev289.dist-info/LICENSE,sha256=pK1gU5i1jYBv--vi5omcf6-86pYmAWk6ZGbdERjAgcw,1307
37
+ c2cciutils-1.7.0.dev289.dist-info/METADATA,sha256=mQwHNY7jSPbvdDeEIbPEVeXLmMb4aknYd0-8kQGW5F8,18524
38
+ c2cciutils-1.7.0.dev289.dist-info/entry_points.txt,sha256=jPDp7KeB0Fz_TpOwbOODeW2WEcdLNJZACPtKpRqtHs4,1030
39
+ c2cciutils-1.7.0.dev289.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
40
+ c2cciutils-1.7.0.dev289.dist-info/RECORD,,