c2cwsgiutils 6.2.0.dev161__tar.gz → 6.2.0.dev163__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.

Potentially problematic release.


This version of c2cwsgiutils might be problematic. Click here for more details.

Files changed (68) hide show
  1. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/PKG-INFO +1 -1
  2. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/package-lock.json +39 -32
  3. c2cwsgiutils-6.2.0.dev163/c2cwsgiutils/acceptance/package.json +7 -0
  4. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/templates/index.html.mako +2 -2
  5. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/pyproject.toml +20 -20
  6. c2cwsgiutils-6.2.0.dev161/c2cwsgiutils/acceptance/package.json +0 -7
  7. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/LICENSE +0 -0
  8. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/README.md +0 -0
  9. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/__init__.py +0 -0
  10. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/__init__.py +0 -0
  11. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/connection.py +0 -0
  12. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/image.py +0 -0
  13. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/print.py +0 -0
  14. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/screenshot.js +0 -0
  15. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/utils.py +0 -0
  16. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/auth.py +0 -0
  17. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/__init__.py +0 -0
  18. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/interface.py +0 -0
  19. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/local.py +0 -0
  20. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/redis.py +0 -0
  21. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/utils.py +0 -0
  22. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/client_info.py +0 -0
  23. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/config_utils.py +0 -0
  24. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/coverage_setup.py +0 -0
  25. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/db.py +0 -0
  26. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/db_maintenance_view.py +0 -0
  27. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/__init__.py +0 -0
  28. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/_listeners.py +0 -0
  29. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/_views.py +0 -0
  30. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/utils.py +0 -0
  31. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/errors.py +0 -0
  32. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/health_check.py +0 -0
  33. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/index.py +0 -0
  34. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/loader.py +0 -0
  35. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/logging_view.py +0 -0
  36. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/models_graph.py +0 -0
  37. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/pretty_json.py +0 -0
  38. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/profiler.py +0 -0
  39. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/prometheus.py +0 -0
  40. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/py.typed +0 -0
  41. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/pyramid.py +0 -0
  42. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/pyramid_logging.py +0 -0
  43. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/redis_stats.py +0 -0
  44. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/redis_utils.py +0 -0
  45. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/request_tracking/__init__.py +0 -0
  46. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/request_tracking/_sql.py +0 -0
  47. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/__init__.py +0 -0
  48. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/genversion.py +0 -0
  49. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/stats_db.py +0 -0
  50. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/test_print.py +0 -0
  51. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sentry.py +0 -0
  52. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/services.py +0 -0
  53. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/setup_process.py +0 -0
  54. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sql_profiler/__init__.py +0 -0
  55. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sql_profiler/_impl.py +0 -0
  56. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/README.md +0 -0
  57. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/__init__.py +0 -0
  58. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/_filters.py +0 -0
  59. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/_models.py +0 -0
  60. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/examples/__init__.py +0 -0
  61. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/examples/example.py +0 -0
  62. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/handlers.py +0 -0
  63. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/static/favicon-16x16.png +0 -0
  64. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/static/favicon-32x32.png +0 -0
  65. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/__init__.py +0 -0
  66. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/_db_spy.py +0 -0
  67. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py +0 -0
  68. {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: c2cwsgiutils
3
- Version: 6.2.0.dev161
3
+ Version: 6.2.0.dev163
4
4
  Summary: Common utilities for Camptocamp WSGI applications
5
5
  License-Expression: BSD-2-Clause
6
6
  License-File: LICENSE
@@ -5,8 +5,8 @@
5
5
  "packages": {
6
6
  "": {
7
7
  "dependencies": {
8
- "commander": "14.0.0",
9
- "puppeteer": "24.15.0"
8
+ "commander": "14.0.1",
9
+ "puppeteer": "24.22.3"
10
10
  }
11
11
  },
12
12
  "node_modules/@babel/code-frame": {
@@ -33,12 +33,12 @@
33
33
  }
34
34
  },
35
35
  "node_modules/@puppeteer/browsers": {
36
- "version": "2.10.6",
37
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.6.tgz",
38
- "integrity": "sha512-pHUn6ZRt39bP3698HFQlu2ZHCkS/lPcpv7fVQcGBSzNNygw171UXAKrCUhy+TEMw4lEttOKDgNpb04hwUAJeiQ==",
36
+ "version": "2.10.10",
37
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.10.tgz",
38
+ "integrity": "sha512-3ZG500+ZeLql8rE0hjfhkycJjDj0pI/btEh3L9IkWUYcOrgP0xCNRq3HbtbqOPbvDhFaAWD88pDFtlLv8ns8gA==",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "debug": "^4.4.1",
41
+ "debug": "^4.4.3",
42
42
  "extract-zip": "^2.0.1",
43
43
  "progress": "^2.0.3",
44
44
  "proxy-agent": "^6.5.0",
@@ -236,9 +236,9 @@
236
236
  }
237
237
  },
238
238
  "node_modules/chromium-bidi": {
239
- "version": "7.2.0",
240
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-7.2.0.tgz",
241
- "integrity": "sha512-gREyhyBstermK+0RbcJLbFhcQctg92AGgDe/h/taMJEOLRdtSswBAO9KmvltFSQWgM2LrwWu5SIuEUbdm3JsyQ==",
239
+ "version": "9.1.0",
240
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-9.1.0.tgz",
241
+ "integrity": "sha512-rlUzQ4WzIAWdIbY/viPShhZU2n21CxDUgazXVbw4Hu1MwaeUSEksSeM6DqPgpRjCLXRk702AVRxJxoOz0dw4OA==",
242
242
  "license": "Apache-2.0",
243
243
  "dependencies": {
244
244
  "mitt": "^3.0.1",
@@ -281,9 +281,9 @@
281
281
  "license": "MIT"
282
282
  },
283
283
  "node_modules/commander": {
284
- "version": "14.0.0",
285
- "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz",
286
- "integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
284
+ "version": "14.0.1",
285
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
286
+ "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
287
287
  "license": "MIT",
288
288
  "engines": {
289
289
  "node": ">=20"
@@ -325,9 +325,9 @@
325
325
  }
326
326
  },
327
327
  "node_modules/debug": {
328
- "version": "4.4.1",
329
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
330
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
328
+ "version": "4.4.3",
329
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
330
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
331
331
  "license": "MIT",
332
332
  "dependencies": {
333
333
  "ms": "^2.1.3"
@@ -356,9 +356,9 @@
356
356
  }
357
357
  },
358
358
  "node_modules/devtools-protocol": {
359
- "version": "0.0.1464554",
360
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1464554.tgz",
361
- "integrity": "sha512-CAoP3lYfwAGQTaAXYvA6JZR0fjGUb7qec1qf4mToyoH2TZgUFeIqYcjh6f9jNuhHfuZiEdH+PONHYrLhRQX6aw==",
359
+ "version": "0.0.1495869",
360
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1495869.tgz",
361
+ "integrity": "sha512-i+bkd9UYFis40RcnkW7XrOprCujXRAHg62IVh/Ah3G8MmNXpCGt1m0dTFhSdx/AVs8XEMbdOGRwdkR1Bcta8AA==",
362
362
  "license": "BSD-3-Clause"
363
363
  },
364
364
  "node_modules/emoji-regex": {
@@ -792,17 +792,17 @@
792
792
  }
793
793
  },
794
794
  "node_modules/puppeteer": {
795
- "version": "24.15.0",
796
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.15.0.tgz",
797
- "integrity": "sha512-HPSOTw+DFsU/5s2TUUWEum9WjFbyjmvFDuGHtj2X4YUz2AzOzvKMkT3+A3FR+E+ZefiX/h3kyLyXzWJWx/eMLQ==",
795
+ "version": "24.22.3",
796
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.22.3.tgz",
797
+ "integrity": "sha512-mnhXzIqSYSJ1SMv1RYH07YMzWP81xCmmQj91Q8iQMZqnf97eVzeHgsGL6kpywiGCi+nQafta/+NkwM4URMy/XQ==",
798
798
  "hasInstallScript": true,
799
799
  "license": "Apache-2.0",
800
800
  "dependencies": {
801
- "@puppeteer/browsers": "2.10.6",
802
- "chromium-bidi": "7.2.0",
801
+ "@puppeteer/browsers": "2.10.10",
802
+ "chromium-bidi": "9.1.0",
803
803
  "cosmiconfig": "^9.0.0",
804
- "devtools-protocol": "0.0.1464554",
805
- "puppeteer-core": "24.15.0",
804
+ "devtools-protocol": "0.0.1495869",
805
+ "puppeteer-core": "24.22.3",
806
806
  "typed-query-selector": "^2.12.0"
807
807
  },
808
808
  "bin": {
@@ -813,16 +813,17 @@
813
813
  }
814
814
  },
815
815
  "node_modules/puppeteer-core": {
816
- "version": "24.15.0",
817
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.15.0.tgz",
818
- "integrity": "sha512-2iy0iBeWbNyhgiCGd/wvGrDSo73emNFjSxYOcyAqYiagkYt5q4cPfVXaVDKBsukgc2fIIfLAalBZlaxldxdDYg==",
816
+ "version": "24.22.3",
817
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.22.3.tgz",
818
+ "integrity": "sha512-M/Jhg4PWRANSbL/C9im//Yb55wsWBS5wdp+h59iwM+EPicVQQCNs56iC5aEAO7avfDPRfxs4MM16wHjOYHNJEw==",
819
819
  "license": "Apache-2.0",
820
820
  "dependencies": {
821
- "@puppeteer/browsers": "2.10.6",
822
- "chromium-bidi": "7.2.0",
823
- "debug": "^4.4.1",
824
- "devtools-protocol": "0.0.1464554",
821
+ "@puppeteer/browsers": "2.10.10",
822
+ "chromium-bidi": "9.1.0",
823
+ "debug": "^4.4.3",
824
+ "devtools-protocol": "0.0.1495869",
825
825
  "typed-query-selector": "^2.12.0",
826
+ "webdriver-bidi-protocol": "0.2.11",
826
827
  "ws": "^8.18.3"
827
828
  },
828
829
  "engines": {
@@ -1005,6 +1006,12 @@
1005
1006
  "license": "MIT",
1006
1007
  "optional": true
1007
1008
  },
1009
+ "node_modules/webdriver-bidi-protocol": {
1010
+ "version": "0.2.11",
1011
+ "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.2.11.tgz",
1012
+ "integrity": "sha512-Y9E1/oi4XMxcR8AT0ZC4OvYntl34SPgwjmELH+owjBr0korAX4jKgZULBWILGCVGdVCQ0dodTToIETozhG8zvA==",
1013
+ "license": "Apache-2.0"
1014
+ },
1008
1015
  "node_modules/wrap-ansi": {
1009
1016
  "version": "7.0.0",
1010
1017
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -0,0 +1,7 @@
1
+ {
2
+ "dependencies": {
3
+ "commander": "14.0.1",
4
+ "puppeteer": "24.22.3"
5
+ },
6
+ "type": "module"
7
+ }
@@ -19,8 +19,8 @@
19
19
  />
20
20
  <link
21
21
  rel="stylesheet"
22
- href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.7/css/bootstrap.min.css"
23
- integrity="sha512-fw7f+TcMjTb7bpbLJZlP8g2Y4XcCyFZW8uy8HsRZsH/SwbMw0plKHFHr99DN3l04VsYNwvzicUX/6qurvIxbxw=="
22
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css"
23
+ integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA=="
24
24
  crossorigin="anonymous"
25
25
  referrerpolicy="no-referrer"
26
26
  />
@@ -34,34 +34,34 @@ sentry = "c2cwsgiutils.sentry:filter_factory"
34
34
 
35
35
  [tool.poetry.dependencies]
36
36
  python = ">=3.10,<4.0"
37
- requests = { version = "2.32.4" }
38
- pyyaml = { version = "6.0.2" }
39
- alembic = { version = "1.16.4", optional = true }
37
+ requests = { version = "2.32.5" }
38
+ pyyaml = { version = "6.0.3" }
39
+ alembic = { version = "1.16.5", optional = true }
40
40
  boltons = { version = "25.0.0", optional = true }
41
41
  cornice = { version = "6.1.0", optional = true }
42
- redis = { version = "6.2.0", optional = true }
42
+ redis = { version = "6.4.0", optional = true }
43
43
  gunicorn = { version = "23.0.0", optional = true }
44
- lxml = { version = "6.0.0", optional = true }
44
+ lxml = { version = "6.0.2", optional = true }
45
45
  objgraph = { version = "3.6.2", optional = true }
46
46
  psycopg2 = { version = "2.9.10", optional = true }
47
47
  pyramid = { version = "2.0.2", optional = true }
48
48
  pyramid-tm = { version = "2.6", optional = true }
49
- sentry-sdk = { version = "2.34.1", optional = true }
50
- ujson = { version = "5.10.0" }
49
+ sentry-sdk = { version = "2.39.0", optional = true }
50
+ ujson = { version = "5.11.0" }
51
51
  cee_syslog_handler = { version = "0.6.0" }
52
- SQLAlchemy = { version = "2.0.42", optional = true }
53
- SQLAlchemy-Utils = { version = "0.41.2", optional = true }
52
+ SQLAlchemy = { version = "2.0.43", optional = true }
53
+ SQLAlchemy-Utils = { version = "0.42.0", optional = true }
54
54
  "zope.interface" = { version = "7.2", optional = true }
55
55
  "zope.sqlalchemy" = { version = "3.1", optional = true }
56
56
  pyjwt = { version = "2.10.1", optional = true }
57
57
  requests-oauthlib = { version = "2.0.0", optional = true }
58
58
  waitress = { version = "3.0.2", optional = true }
59
59
  scikit-image = { version = "0.25.2", optional = true }
60
- prometheus-client = { version = "0.22.1", optional = true}
60
+ prometheus-client = { version = "0.23.1", optional = true}
61
61
  pyramid_mako = { version = "1.1.0", optional = true}
62
- psutil = { version = "7.0.0", optional = true}
62
+ psutil = { version = "7.1.0", optional = true}
63
63
  Paste = { version = "3.10.1", optional = true}
64
- coverage = { version = "7.10.1", optional = true}
64
+ coverage = { version = "7.10.7", optional = true}
65
65
 
66
66
  [tool.poetry.extras]
67
67
  standard = [
@@ -163,15 +163,15 @@ prospector = { version = "1.17.3", extras = ["with_bandit", "with_mypy", "with_p
163
163
  prospector-profile-duplicated = "1.10.5"
164
164
  prospector-profile-utils = "1.26.5"
165
165
  junit2html = "31.0.2"
166
- pytest = "8.4.1"
167
- pytest-cov = "6.2.1"
166
+ pytest = "8.4.2"
167
+ pytest-cov = "6.3.0"
168
168
  pytest-html = "4.1.1"
169
- types-pyyaml = "6.0.12.20250516"
170
- types-requests = "2.32.4.20250611"
169
+ types-pyyaml = "6.0.12.20250915"
170
+ types-requests = "2.32.4.20250913"
171
171
  types-redis = "4.6.0.20241004"
172
- types-ujson = "5.10.0.20250326"
173
- types-python-dateutil = "2.9.0.20250708"
174
- typing_extensions = "4.14.1"
172
+ types-ujson = "5.10.0.20250822"
173
+ types-python-dateutil = "2.9.0.20250822"
174
+ typing_extensions = "4.15.0"
175
175
 
176
176
  [tool.poetry-dynamic-versioning]
177
177
  enable = false
@@ -227,7 +227,7 @@ include = [
227
227
  ]
228
228
  requires-python = ">=3.10"
229
229
  dependencies = ["requests", "pyyaml", "ujson", "cee_syslog_handler", "prometheus-client"]
230
- version = "6.2.0.dev161"
230
+ version = "6.2.0.dev163"
231
231
 
232
232
  [project.urls]
233
233
  repository = "https://github.com/camptocamp/c2cwsgiutils"
@@ -1,7 +0,0 @@
1
- {
2
- "dependencies": {
3
- "commander": "14.0.0",
4
- "puppeteer": "24.15.0"
5
- },
6
- "type": "module"
7
- }