c2cciutils 1.7.0.dev120__tar.gz → 1.7.0.dev122__tar.gz

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 (41) hide show
  1. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/PKG-INFO +1 -1
  2. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/package-lock.json +29 -29
  3. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/package.json +1 -1
  4. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/pyproject.toml +6 -6
  5. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/LICENSE +0 -0
  6. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/README.md +0 -0
  7. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/__init__.py +0 -0
  8. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/applications-versions.yaml +0 -0
  9. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/applications.yaml +0 -0
  10. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/applications_definition.py +0 -0
  11. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/audit.py +0 -0
  12. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/branches.graphql +0 -0
  13. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/commits.graphql +0 -0
  14. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/configuration.py +0 -0
  15. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/default_branch.graphql +0 -0
  16. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/env.py +0 -0
  17. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/lib/docker.py +0 -0
  18. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/pr_checks.py +0 -0
  19. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/publish.py +0 -0
  20. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/schema-applications.json +0 -0
  21. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/schema.json +0 -0
  22. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/__init__.py +0 -0
  23. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/audit.py +0 -0
  24. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/clean.py +0 -0
  25. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/docker_logs.py +0 -0
  26. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/docker_versions_gen.py +0 -0
  27. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/docker_versions_update.py +0 -0
  28. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/download_applications.py +0 -0
  29. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/env.py +0 -0
  30. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/k8s/__init__.py +0 -0
  31. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/k8s/db.py +0 -0
  32. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/k8s/install.py +0 -0
  33. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/k8s/logs.py +0 -0
  34. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/k8s/wait.py +0 -0
  35. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/main.py +0 -0
  36. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/pin_pipenv.py +0 -0
  37. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/pr_checks.py +0 -0
  38. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/publish.py +0 -0
  39. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/trigger_image_update.py +0 -0
  40. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/scripts/version.py +0 -0
  41. {c2cciutils-1.7.0.dev120 → c2cciutils-1.7.0.dev122}/c2cciutils/security.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cciutils
3
- Version: 1.7.0.dev120
3
+ Version: 1.7.0.dev122
4
4
  Summary: Common utilities for Camptocamp CI
5
5
  Home-page: https://github.com/camptocamp/c2cciutils
6
6
  License: FreeBSD
@@ -8,43 +8,43 @@
8
8
  "name": "c2ccicheck",
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
- "snyk": "1.1259.0"
11
+ "snyk": "1.1266.0"
12
12
  }
13
13
  },
14
14
  "node_modules/@sentry-internal/tracing": {
15
- "version": "7.84.0",
16
- "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.84.0.tgz",
17
- "integrity": "sha512-y9bGYA0OM6PEREfd+nk4UURZy29tpIw+7vQwpxWfEVs2fqq0/5TBFX/tKFb8AKUI9lVM8v0bcF0bNSCnuPQZHQ==",
15
+ "version": "7.91.0",
16
+ "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.91.0.tgz",
17
+ "integrity": "sha512-JH5y6gs6BS0its7WF2DhySu7nkhPDfZcdpAXldxzIlJpqFkuwQKLU5nkYJpiIyZz1NHYYtW5aum2bV2oCOdDRA==",
18
18
  "dependencies": {
19
- "@sentry/core": "7.84.0",
20
- "@sentry/types": "7.84.0",
21
- "@sentry/utils": "7.84.0"
19
+ "@sentry/core": "7.91.0",
20
+ "@sentry/types": "7.91.0",
21
+ "@sentry/utils": "7.91.0"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=8"
25
25
  }
26
26
  },
27
27
  "node_modules/@sentry/core": {
28
- "version": "7.84.0",
29
- "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.84.0.tgz",
30
- "integrity": "sha512-tbuwunbBx2kSex15IHCqHDnrMfIlqPc6w/76fwkGqokz3oh9GSEGlLICwmBWL8AypWimUg13IDtFpD0TJTriWA==",
28
+ "version": "7.91.0",
29
+ "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.91.0.tgz",
30
+ "integrity": "sha512-tu+gYq4JrTdrR+YSh5IVHF0fJi/Pi9y0HZ5H9HnYy+UMcXIotxf6hIEaC6ZKGeLWkGXffz2gKpQLe/g6vy/lPA==",
31
31
  "dependencies": {
32
- "@sentry/types": "7.84.0",
33
- "@sentry/utils": "7.84.0"
32
+ "@sentry/types": "7.91.0",
33
+ "@sentry/utils": "7.91.0"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=8"
37
37
  }
38
38
  },
39
39
  "node_modules/@sentry/node": {
40
- "version": "7.84.0",
41
- "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.84.0.tgz",
42
- "integrity": "sha512-Xm3fIXT3TZOQi+6uQBavI8iOehD3PkY7v0y3hog0d4lQTH88vQK9BBsI+jZEq81Em+RG/u7vZNiFo6YMTnWF7Q==",
40
+ "version": "7.91.0",
41
+ "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.91.0.tgz",
42
+ "integrity": "sha512-hTIfSQxD7L+AKIqyjoq8CWBRkEQrrMZmA3GSZgPI5JFWBHgO0HBo5TH/8TU81oEJh6kqqHAl2ObMhmcnaFqlzg==",
43
43
  "dependencies": {
44
- "@sentry-internal/tracing": "7.84.0",
45
- "@sentry/core": "7.84.0",
46
- "@sentry/types": "7.84.0",
47
- "@sentry/utils": "7.84.0",
44
+ "@sentry-internal/tracing": "7.91.0",
45
+ "@sentry/core": "7.91.0",
46
+ "@sentry/types": "7.91.0",
47
+ "@sentry/utils": "7.91.0",
48
48
  "https-proxy-agent": "^5.0.0"
49
49
  },
50
50
  "engines": {
@@ -52,19 +52,19 @@
52
52
  }
53
53
  },
54
54
  "node_modules/@sentry/types": {
55
- "version": "7.84.0",
56
- "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.84.0.tgz",
57
- "integrity": "sha512-VqGLIF3JOUrk7yIXjLXJvAORkZL1e3dDX0Q1okRehwyt/5CRE+mdUTeJZkBo9P9mBwgMyvtwklzOGGrzjb4eMA==",
55
+ "version": "7.91.0",
56
+ "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.91.0.tgz",
57
+ "integrity": "sha512-bcQnb7J3P3equbCUc+sPuHog2Y47yGD2sCkzmnZBjvBT0Z1B4f36fI/5WjyZhTjLSiOdg3F2otwvikbMjmBDew==",
58
58
  "engines": {
59
59
  "node": ">=8"
60
60
  }
61
61
  },
62
62
  "node_modules/@sentry/utils": {
63
- "version": "7.84.0",
64
- "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.84.0.tgz",
65
- "integrity": "sha512-qdUVuxnRBvaf05AU+28R+xYtZmi/Ymf8os3Njq9g4XuA+QEkZLbzmIpRK5W9Ja7vUtjOeg29Xgg43A8znde9LQ==",
63
+ "version": "7.91.0",
64
+ "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.91.0.tgz",
65
+ "integrity": "sha512-fvxjrEbk6T6Otu++Ax9ntlQ0sGRiwSC179w68aC3u26Wr30FAIRKqHTCCdc2jyWk7Gd9uWRT/cq+g8NG/8BfSg==",
66
66
  "dependencies": {
67
- "@sentry/types": "7.84.0"
67
+ "@sentry/types": "7.91.0"
68
68
  },
69
69
  "engines": {
70
70
  "node": ">=8"
@@ -361,9 +361,9 @@
361
361
  }
362
362
  },
363
363
  "node_modules/snyk": {
364
- "version": "1.1259.0",
365
- "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1259.0.tgz",
366
- "integrity": "sha512-TJcx4sIxwqyIQ4AlDyG2W4Vgwa+ubQLXKD4dKH3dpQwEGUYFEm0XbxsLGGm87cT28UB+EDlkqcs/D/aopQybtQ==",
364
+ "version": "1.1266.0",
365
+ "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1266.0.tgz",
366
+ "integrity": "sha512-upsITfOo/ioJn4F9BmKUIHeVtHNijvk4fx/2u5SfsNCHYabWSbMR2bmGdB1aD1TUonm92VB2hTJTBTYL2FRo5A==",
367
367
  "hasInstallScript": true,
368
368
  "dependencies": {
369
369
  "@sentry/node": "^7.36.0",
@@ -4,6 +4,6 @@
4
4
  "description": "",
5
5
  "author": "",
6
6
  "dependencies": {
7
- "snyk": "1.1259.0"
7
+ "snyk": "1.1266.0"
8
8
  }
9
9
  }
@@ -19,7 +19,7 @@ strict = true
19
19
 
20
20
  [tool.poetry]
21
21
  name = "c2cciutils"
22
- version = "1.7.0.dev120"
22
+ version = "1.7.0.dev122"
23
23
  description = "Common utilities for Camptocamp CI"
24
24
  readme = "README.md"
25
25
  authors = ["Camptocamp <info@camptocamp.com>"]
@@ -71,9 +71,9 @@ markdown-table = "2020.12.3"
71
71
  python-magic = "0.4.27"
72
72
  requests = "2.31.0"
73
73
  Markdown = "3.5.1"
74
- google-api-python-client = { version = "2.109.0", optional = true }
75
- google-auth-httplib2 = { version = "0.1.1", optional = true }
76
- google-auth-oauthlib = { version = "1.1.0", optional = true }
74
+ google-api-python-client = { version = "2.111.0", optional = true }
75
+ google-auth-httplib2 = { version = "0.2.0", optional = true }
76
+ google-auth-oauthlib = { version = "1.2.0", optional = true }
77
77
  "ruamel.yaml" = "0.18.5"
78
78
  defusedxml = "0.7.1"
79
79
  twine = { version = "4.0.2", optional = true }
@@ -100,8 +100,8 @@ types-pyyaml = "6.0.12.12"
100
100
  types-setuptools = "69.0.0.0"
101
101
  types-markdown = "3.5.0.3"
102
102
  types-toml = "0.10.8.7"
103
- typing-extensions = "4.8.0"
104
- prospector-profile-duplicated = "0.4.0"
103
+ typing-extensions = "4.9.0"
104
+ prospector-profile-duplicated = "0.5.1"
105
105
 
106
106
  [build-system]
107
107
  requires = [