c2cwsgiutils 6.2.0.dev58__py3-none-any.whl → 6.2.0.dev62__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.
@@ -6,7 +6,7 @@
6
6
  "": {
7
7
  "dependencies": {
8
8
  "commander": "13.0.0",
9
- "puppeteer": "23.11.1"
9
+ "puppeteer": "24.1.1"
10
10
  }
11
11
  },
12
12
  "node_modules/@babel/code-frame": {
@@ -33,9 +33,9 @@
33
33
  }
34
34
  },
35
35
  "node_modules/@puppeteer/browsers": {
36
- "version": "2.6.1",
37
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.6.1.tgz",
38
- "integrity": "sha512-aBSREisdsGH890S2rQqK82qmQYU3uFpSH8wcZWHgHzl3LfzsxAKbLNiAG9mO8v1Y0UICBeClICxPJvyr0rcuxg==",
36
+ "version": "2.7.0",
37
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.7.0.tgz",
38
+ "integrity": "sha512-bO61XnTuopsz9kvtfqhVbH6LTM1koxK0IlBR+yuVrM2LB7mk8+5o1w18l5zqd5cs8xlf+ntgambqRqGifMDjog==",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
41
  "debug": "^4.4.0",
@@ -273,13 +273,13 @@
273
273
  }
274
274
  },
275
275
  "node_modules/chromium-bidi": {
276
- "version": "0.11.0",
277
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.11.0.tgz",
278
- "integrity": "sha512-6CJWHkNRoyZyjV9Rwv2lYONZf1Xm0IuDyNq97nwSsxxP3wf5Bwy15K5rOvVKMtJ127jJBmxFUanSAOjgFRxgrA==",
276
+ "version": "1.1.0",
277
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-1.1.0.tgz",
278
+ "integrity": "sha512-HislCEczCuamWm3+55Lig9XKmMF13K+BGKum9rwtDAzgUAHT4h5jNwhDmD4U20VoVUG8ujnv9UZ89qiIf5uF8w==",
279
279
  "license": "Apache-2.0",
280
280
  "dependencies": {
281
281
  "mitt": "3.0.1",
282
- "zod": "3.23.8"
282
+ "zod": "3.24.1"
283
283
  },
284
284
  "peerDependencies": {
285
285
  "devtools-protocol": "*"
@@ -393,9 +393,9 @@
393
393
  }
394
394
  },
395
395
  "node_modules/devtools-protocol": {
396
- "version": "0.0.1367902",
397
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1367902.tgz",
398
- "integrity": "sha512-XxtPuC3PGakY6PD7dG66/o8KwJ/LkH2/EKe19Dcw58w53dv4/vSQEkn/SzuyhHE2q4zPgCkxQBxus3VV4ql+Pg==",
396
+ "version": "0.0.1380148",
397
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1380148.tgz",
398
+ "integrity": "sha512-1CJABgqLxbYxVI+uJY/UDUHJtJ0KZTSjNYJYKqd9FRoXT33WDakDHNxRapMEgzeJ/C3rcs01+avshMnPmKQbvA==",
399
399
  "license": "BSD-3-Clause"
400
400
  },
401
401
  "node_modules/emoji-regex": {
@@ -849,17 +849,17 @@
849
849
  }
850
850
  },
851
851
  "node_modules/puppeteer": {
852
- "version": "23.11.1",
853
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.11.1.tgz",
854
- "integrity": "sha512-53uIX3KR5en8l7Vd8n5DUv90Ae9QDQsyIthaUFVzwV6yU750RjqRznEtNMBT20VthqAdemnJN+hxVdmMHKt7Zw==",
852
+ "version": "24.1.1",
853
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.1.1.tgz",
854
+ "integrity": "sha512-fuhceZ5HZuDXVuaMIRxUuDHfCJLmK0pXh8FlzVQ0/+OApStevxZhU5kAVeYFOEqeCF5OoAyZjcWbdQK27xW/9A==",
855
855
  "hasInstallScript": true,
856
856
  "license": "Apache-2.0",
857
857
  "dependencies": {
858
- "@puppeteer/browsers": "2.6.1",
859
- "chromium-bidi": "0.11.0",
858
+ "@puppeteer/browsers": "2.7.0",
859
+ "chromium-bidi": "1.1.0",
860
860
  "cosmiconfig": "^9.0.0",
861
- "devtools-protocol": "0.0.1367902",
862
- "puppeteer-core": "23.11.1",
861
+ "devtools-protocol": "0.0.1380148",
862
+ "puppeteer-core": "24.1.1",
863
863
  "typed-query-selector": "^2.12.0"
864
864
  },
865
865
  "bin": {
@@ -870,15 +870,15 @@
870
870
  }
871
871
  },
872
872
  "node_modules/puppeteer-core": {
873
- "version": "23.11.1",
874
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.11.1.tgz",
875
- "integrity": "sha512-3HZ2/7hdDKZvZQ7dhhITOUg4/wOrDRjyK2ZBllRB0ZCOi9u0cwq1ACHDjBB+nX+7+kltHjQvBRdeY7+W0T+7Gg==",
873
+ "version": "24.1.1",
874
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.1.1.tgz",
875
+ "integrity": "sha512-7FF3gq6bpIsbq3I8mfbodXh3DCzXagoz3l2eGv1cXooYU4g0P4mcHQVHuBD4iSZPXNg8WjzlP5kmRwK9UvwF0A==",
876
876
  "license": "Apache-2.0",
877
877
  "dependencies": {
878
- "@puppeteer/browsers": "2.6.1",
879
- "chromium-bidi": "0.11.0",
878
+ "@puppeteer/browsers": "2.7.0",
879
+ "chromium-bidi": "1.1.0",
880
880
  "debug": "^4.4.0",
881
- "devtools-protocol": "0.0.1367902",
881
+ "devtools-protocol": "0.0.1380148",
882
882
  "typed-query-selector": "^2.12.0",
883
883
  "ws": "^8.18.0"
884
884
  },
@@ -1169,9 +1169,9 @@
1169
1169
  }
1170
1170
  },
1171
1171
  "node_modules/zod": {
1172
- "version": "3.23.8",
1173
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
1174
- "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
1172
+ "version": "3.24.1",
1173
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
1174
+ "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
1175
1175
  "license": "MIT",
1176
1176
  "funding": {
1177
1177
  "url": "https://github.com/sponsors/colinhacks"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "commander": "13.0.0",
4
- "puppeteer": "23.11.1"
4
+ "puppeteer": "24.1.1"
5
5
  },
6
6
  "type": "module"
7
7
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cwsgiutils
3
- Version: 6.2.0.dev58
3
+ Version: 6.2.0.dev62
4
4
  Summary: Common utilities for Camptocamp WSGI applications
5
5
  Home-page: https://github.com/camptocamp/c2cwsgiutils
6
6
  License: BSD-2-Clause
@@ -2,8 +2,8 @@ c2cwsgiutils/__init__.py,sha256=HVSc-4O8i2aB0ozEI4AI8Xsb-4S6fAwhl8uRhv-DsFg,4057
2
2
  c2cwsgiutils/acceptance/__init__.py,sha256=5PeqPHxAPMRbZpKk1XlC9RCyotegSsKVfPxADYAgG7w,1502
3
3
  c2cwsgiutils/acceptance/connection.py,sha256=A83v335e4s-_cePe-bqRcEHHTOdgguetzdAtVp19-Zk,9834
4
4
  c2cwsgiutils/acceptance/image.py,sha256=zKouNqU424rkWW43-NwIEVeXIXaqZxSwe04NSE-3174,9290
5
- c2cwsgiutils/acceptance/package-lock.json,sha256=h3RG6Hh-O9CLwYyP3gmHnWaIxmoRc7OJABpGzjRqBT0,42625
6
- c2cwsgiutils/acceptance/package.json,sha256=u0---w2SMjJ_ZsAQ3_4k2zopt4Wq-VfBOLN59rZPoRo,102
5
+ c2cwsgiutils/acceptance/package-lock.json,sha256=2ywR2O4-mPrnxxQQ4pGOUKDzoF7_cxCVMRvhBoKmp2g,42615
6
+ c2cwsgiutils/acceptance/package.json,sha256=INFtVpjnnrCwLfeJtYWsmWwTd5DVlzfy6vh8RzxtQmc,101
7
7
  c2cwsgiutils/acceptance/print.py,sha256=DOPDHUP9wfM75qiPYhFI1P3awQKIBH-edO_TmhCjT8k,2568
8
8
  c2cwsgiutils/acceptance/screenshot.js,sha256=FAJYIWOLJFMm0MNggKzo3mIybtN-VtKLdMzPhQ9pO1g,2041
9
9
  c2cwsgiutils/acceptance/utils.py,sha256=beq_pGJCMBRMmzLERw7z79vc9KtX5gY-g37WiUHa4q8,1901
@@ -60,8 +60,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=A61t6VKIrRRIjbyZTldmAUl_Q3ZDVFYqyxj
60
60
  c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=GnJRlLSAPl4PwQH5jfmc2OX5Hz9MSRRVJT2VcqkniVE,3518
61
61
  c2cwsgiutils/templates/index.html.mako,sha256=cK8qGBDeQG5SiJJCfvL0oKpgacr7dPKx634AAQivmjA,1416
62
62
  c2cwsgiutils/version.py,sha256=7H3URblj26Ql0bL3eXtP0LSRBeW4HbEsQ8O_BfWNr90,3124
63
- c2cwsgiutils-6.2.0.dev58.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
64
- c2cwsgiutils-6.2.0.dev58.dist-info/METADATA,sha256=X0pb-EqX4hOncvHZ4JidRnaCm5Uy-7_Xi_gsS2lAH50,36359
65
- c2cwsgiutils-6.2.0.dev58.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
66
- c2cwsgiutils-6.2.0.dev58.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
67
- c2cwsgiutils-6.2.0.dev58.dist-info/RECORD,,
63
+ c2cwsgiutils-6.2.0.dev62.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
64
+ c2cwsgiutils-6.2.0.dev62.dist-info/METADATA,sha256=WOwzt0bXPAGJHbMMMVMFHl3zAUW4QkzkH0QgLTX0L_E,36359
65
+ c2cwsgiutils-6.2.0.dev62.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
66
+ c2cwsgiutils-6.2.0.dev62.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
67
+ c2cwsgiutils-6.2.0.dev62.dist-info/RECORD,,