c2cwsgiutils 6.2.0.dev181__tar.gz → 6.2.0.dev182__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.dev181 → c2cwsgiutils-6.2.0.dev182}/PKG-INFO +1 -1
  2. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/package-lock.json +36 -36
  3. c2cwsgiutils-6.2.0.dev182/c2cwsgiutils/acceptance/package.json +7 -0
  4. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/pyproject.toml +9 -9
  5. c2cwsgiutils-6.2.0.dev181/c2cwsgiutils/acceptance/package.json +0 -7
  6. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/LICENSE +0 -0
  7. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/README.md +0 -0
  8. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/__init__.py +0 -0
  9. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/__init__.py +0 -0
  10. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/connection.py +0 -0
  11. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/image.py +0 -0
  12. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/print.py +0 -0
  13. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/screenshot.js +0 -0
  14. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/acceptance/utils.py +0 -0
  15. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/auth.py +0 -0
  16. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/broadcast/__init__.py +0 -0
  17. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/broadcast/interface.py +0 -0
  18. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/broadcast/local.py +0 -0
  19. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/broadcast/redis.py +0 -0
  20. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/broadcast/utils.py +0 -0
  21. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/client_info.py +0 -0
  22. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/config_utils.py +0 -0
  23. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/coverage_setup.py +0 -0
  24. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/db.py +0 -0
  25. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/db_maintenance_view.py +0 -0
  26. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/debug/__init__.py +0 -0
  27. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/debug/_listeners.py +0 -0
  28. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/debug/_views.py +0 -0
  29. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/debug/utils.py +0 -0
  30. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/errors.py +0 -0
  31. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/health_check.py +0 -0
  32. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/index.py +0 -0
  33. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/loader.py +0 -0
  34. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/logging_view.py +0 -0
  35. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/models_graph.py +0 -0
  36. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/pretty_json.py +0 -0
  37. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/profiler.py +0 -0
  38. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/prometheus.py +0 -0
  39. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/py.typed +0 -0
  40. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/pyramid.py +0 -0
  41. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/pyramid_logging.py +0 -0
  42. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/redis_stats.py +0 -0
  43. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/redis_utils.py +0 -0
  44. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/request_tracking/__init__.py +0 -0
  45. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/request_tracking/_sql.py +0 -0
  46. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/scripts/__init__.py +0 -0
  47. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/scripts/genversion.py +0 -0
  48. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/scripts/stats_db.py +0 -0
  49. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/scripts/test_print.py +0 -0
  50. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sentry.py +0 -0
  51. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/services.py +0 -0
  52. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/setup_process.py +0 -0
  53. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sql_profiler/__init__.py +0 -0
  54. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sql_profiler/_impl.py +0 -0
  55. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/README.md +0 -0
  56. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/__init__.py +0 -0
  57. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/_filters.py +0 -0
  58. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/_models.py +0 -0
  59. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/examples/__init__.py +0 -0
  60. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/examples/example.py +0 -0
  61. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/sqlalchemylogger/handlers.py +0 -0
  62. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/static/favicon-16x16.png +0 -0
  63. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/static/favicon-32x32.png +0 -0
  64. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/stats_pyramid/__init__.py +0 -0
  65. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/stats_pyramid/_db_spy.py +0 -0
  66. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py +0 -0
  67. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/templates/index.html.mako +0 -0
  68. {c2cwsgiutils-6.2.0.dev181 → c2cwsgiutils-6.2.0.dev182}/c2cwsgiutils/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: c2cwsgiutils
3
- Version: 6.2.0.dev181
3
+ Version: 6.2.0.dev182
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.1",
9
- "puppeteer": "24.23.0"
8
+ "commander": "14.0.2",
9
+ "puppeteer": "24.27.0"
10
10
  }
11
11
  },
12
12
  "node_modules/@babel/code-frame": {
@@ -33,17 +33,17 @@
33
33
  }
34
34
  },
35
35
  "node_modules/@puppeteer/browsers": {
36
- "version": "2.10.10",
37
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.10.tgz",
38
- "integrity": "sha512-3ZG500+ZeLql8rE0hjfhkycJjDj0pI/btEh3L9IkWUYcOrgP0xCNRq3HbtbqOPbvDhFaAWD88pDFtlLv8ns8gA==",
36
+ "version": "2.10.12",
37
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.12.tgz",
38
+ "integrity": "sha512-mP9iLFZwH+FapKJLeA7/fLqOlSUwYpMwjR1P5J23qd4e7qGJwecJccJqHYrjw33jmIZYV4dtiTHPD/J+1e7cEw==",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
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",
45
- "semver": "^7.7.2",
46
- "tar-fs": "^3.1.0",
45
+ "semver": "^7.7.3",
46
+ "tar-fs": "^3.1.1",
47
47
  "yargs": "^17.7.2"
48
48
  },
49
49
  "bin": {
@@ -255,9 +255,9 @@
255
255
  }
256
256
  },
257
257
  "node_modules/chromium-bidi": {
258
- "version": "9.1.0",
259
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-9.1.0.tgz",
260
- "integrity": "sha512-rlUzQ4WzIAWdIbY/viPShhZU2n21CxDUgazXVbw4Hu1MwaeUSEksSeM6DqPgpRjCLXRk702AVRxJxoOz0dw4OA==",
258
+ "version": "10.5.1",
259
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-10.5.1.tgz",
260
+ "integrity": "sha512-rlj6OyhKhVTnk4aENcUme3Jl9h+cq4oXu4AzBcvr8RMmT6BR4a3zSNT9dbIfXr9/BS6ibzRyDhowuw4n2GgzsQ==",
261
261
  "license": "Apache-2.0",
262
262
  "dependencies": {
263
263
  "mitt": "^3.0.1",
@@ -300,9 +300,9 @@
300
300
  "license": "MIT"
301
301
  },
302
302
  "node_modules/commander": {
303
- "version": "14.0.1",
304
- "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
305
- "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
303
+ "version": "14.0.2",
304
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
305
+ "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
306
306
  "license": "MIT",
307
307
  "engines": {
308
308
  "node": ">=20"
@@ -375,9 +375,9 @@
375
375
  }
376
376
  },
377
377
  "node_modules/devtools-protocol": {
378
- "version": "0.0.1508733",
379
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1508733.tgz",
380
- "integrity": "sha512-QJ1R5gtck6nDcdM+nlsaJXcelPEI7ZxSMw1ujHpO1c4+9l+Nue5qlebi9xO1Z2MGr92bFOQTW7/rrheh5hHxDg==",
378
+ "version": "0.0.1521046",
379
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1521046.tgz",
380
+ "integrity": "sha512-vhE6eymDQSKWUXwwA37NtTTVEzjtGVfDr3pRbsWEQ5onH/Snp2c+2xZHWJJawG/0hCCJLRGt4xVtEVUVILol4w==",
381
381
  "license": "BSD-3-Clause"
382
382
  },
383
383
  "node_modules/emoji-regex": {
@@ -810,17 +810,17 @@
810
810
  }
811
811
  },
812
812
  "node_modules/puppeteer": {
813
- "version": "24.23.0",
814
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.23.0.tgz",
815
- "integrity": "sha512-BVR1Lg8sJGKXY79JARdIssFWK2F6e1j+RyuJP66w4CUmpaXjENicmA3nNpUXA8lcTdDjAndtP+oNdni3T/qQqA==",
813
+ "version": "24.27.0",
814
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.27.0.tgz",
815
+ "integrity": "sha512-eEcAFGxmHRSrk74DVkFAMAwfj4l3Ak8avBuA2bZaAoocY1+Fb9WLS3I7jlOc/tIOU7EmGLiDdVP08R44wADpHw==",
816
816
  "hasInstallScript": true,
817
817
  "license": "Apache-2.0",
818
818
  "dependencies": {
819
- "@puppeteer/browsers": "2.10.10",
820
- "chromium-bidi": "9.1.0",
819
+ "@puppeteer/browsers": "2.10.12",
820
+ "chromium-bidi": "10.5.1",
821
821
  "cosmiconfig": "^9.0.0",
822
- "devtools-protocol": "0.0.1508733",
823
- "puppeteer-core": "24.23.0",
822
+ "devtools-protocol": "0.0.1521046",
823
+ "puppeteer-core": "24.27.0",
824
824
  "typed-query-selector": "^2.12.0"
825
825
  },
826
826
  "bin": {
@@ -831,17 +831,17 @@
831
831
  }
832
832
  },
833
833
  "node_modules/puppeteer-core": {
834
- "version": "24.23.0",
835
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.23.0.tgz",
836
- "integrity": "sha512-yl25C59gb14sOdIiSnJ08XiPP+O2RjuyZmEG+RjYmCXO7au0jcLf7fRiyii96dXGUBW7Zwei/mVKfxMx/POeFw==",
834
+ "version": "24.27.0",
835
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.27.0.tgz",
836
+ "integrity": "sha512-yubwj2XXmTM3wRIpbhO5nCjbByPgpFHlgrsD4IK+gMPqO7/a5FfnoSXDKjmqi8A2M1Ewusz0rTI/r+IN0GU0MA==",
837
837
  "license": "Apache-2.0",
838
838
  "dependencies": {
839
- "@puppeteer/browsers": "2.10.10",
840
- "chromium-bidi": "9.1.0",
839
+ "@puppeteer/browsers": "2.10.12",
840
+ "chromium-bidi": "10.5.1",
841
841
  "debug": "^4.4.3",
842
- "devtools-protocol": "0.0.1508733",
842
+ "devtools-protocol": "0.0.1521046",
843
843
  "typed-query-selector": "^2.12.0",
844
- "webdriver-bidi-protocol": "0.3.6",
844
+ "webdriver-bidi-protocol": "0.3.8",
845
845
  "ws": "^8.18.3"
846
846
  },
847
847
  "engines": {
@@ -867,9 +867,9 @@
867
867
  }
868
868
  },
869
869
  "node_modules/semver": {
870
- "version": "7.7.2",
871
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
872
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
870
+ "version": "7.7.3",
871
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
872
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
873
873
  "license": "ISC",
874
874
  "bin": {
875
875
  "semver": "bin/semver.js"
@@ -1017,9 +1017,9 @@
1017
1017
  "optional": true
1018
1018
  },
1019
1019
  "node_modules/webdriver-bidi-protocol": {
1020
- "version": "0.3.6",
1021
- "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.3.6.tgz",
1022
- "integrity": "sha512-mlGndEOA9yK9YAbvtxaPTqdi/kaCWYYfwrZvGzcmkr/3lWM+tQj53BxtpVd6qbC6+E5OnHXgCcAhre6AkXzxjA==",
1020
+ "version": "0.3.8",
1021
+ "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.3.8.tgz",
1022
+ "integrity": "sha512-21Yi2GhGntMc671vNBCjiAeEVknXjVRoyu+k+9xOMShu+ZQfpGQwnBqbNz/Sv4GXZ6JmutlPAi2nIJcrymAWuQ==",
1023
1023
  "license": "Apache-2.0"
1024
1024
  },
1025
1025
  "node_modules/wrap-ansi": {
@@ -0,0 +1,7 @@
1
+ {
2
+ "dependencies": {
3
+ "commander": "14.0.2",
4
+ "puppeteer": "24.27.0"
5
+ },
6
+ "type": "module"
7
+ }
@@ -36,20 +36,20 @@ sentry = "c2cwsgiutils.sentry:filter_factory"
36
36
  python = ">=3.10,<4.0"
37
37
  requests = { version = "2.32.5" }
38
38
  pyyaml = { version = "6.0.3" }
39
- alembic = { version = "1.16.5", optional = true }
39
+ alembic = { version = "1.17.1", optional = true }
40
40
  boltons = { version = "25.0.0", optional = true }
41
41
  cornice = { version = "6.1.0", optional = true }
42
42
  redis = { version = "6.4.0", optional = true }
43
43
  gunicorn = { version = "23.0.0", optional = true }
44
44
  lxml = { version = "6.0.2", optional = true }
45
45
  objgraph = { version = "3.6.2", optional = true }
46
- psycopg2 = { version = "2.9.10", optional = true }
46
+ psycopg2 = { version = "2.9.11", 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.39.0", optional = true }
49
+ sentry-sdk = { version = "2.43.0", optional = true }
50
50
  ujson = { version = "5.11.0" }
51
51
  cee_syslog_handler = { version = "0.6.0" }
52
- SQLAlchemy = { version = "2.0.43", optional = true }
52
+ SQLAlchemy = { version = "2.0.44", optional = true }
53
53
  SQLAlchemy-Utils = { version = "0.42.0", optional = true }
54
54
  "zope.interface" = { version = "8.0.1", optional = true }
55
55
  "zope.sqlalchemy" = { version = "4.0", optional = true }
@@ -59,9 +59,9 @@ waitress = { version = "3.0.2", optional = true }
59
59
  scikit-image = { version = "0.25.2", optional = true }
60
60
  prometheus-client = { version = "0.23.1", optional = true}
61
61
  pyramid_mako = { version = "1.1.0", optional = true}
62
- psutil = { version = "7.1.0", optional = true}
62
+ psutil = { version = "7.1.2", optional = true}
63
63
  Paste = { version = "3.10.1", optional = true}
64
- coverage = { version = "7.10.7", optional = true}
64
+ coverage = { version = "7.11.0", optional = true}
65
65
 
66
66
  [tool.poetry.extras]
67
67
  standard = [
@@ -162,7 +162,7 @@ test_images = ["scikit-image"]
162
162
  prospector = { version = "1.17.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
163
163
  prospector-profile-duplicated = "1.10.5"
164
164
  prospector-profile-utils = "1.26.5"
165
- junit2html = "31.0.2"
165
+ junit2html = "31.0.5"
166
166
  pytest = "8.4.2"
167
167
  pytest-cov = "7.0.0"
168
168
  pytest-html = "4.1.1"
@@ -170,7 +170,7 @@ types-pyyaml = "6.0.12.20250915"
170
170
  types-requests = "2.32.4.20250913"
171
171
  types-redis = "4.6.0.20241004"
172
172
  types-ujson = "5.10.0.20250822"
173
- types-python-dateutil = "2.9.0.20250822"
173
+ types-python-dateutil = "2.9.0.20251008"
174
174
  typing_extensions = "4.15.0"
175
175
 
176
176
  [tool.poetry-dynamic-versioning]
@@ -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.dev181"
230
+ version = "6.2.0.dev182"
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.1",
4
- "puppeteer": "24.23.0"
5
- },
6
- "type": "module"
7
- }