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.
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/PKG-INFO +1 -1
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/package-lock.json +39 -32
- c2cwsgiutils-6.2.0.dev163/c2cwsgiutils/acceptance/package.json +7 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/templates/index.html.mako +2 -2
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/pyproject.toml +20 -20
- c2cwsgiutils-6.2.0.dev161/c2cwsgiutils/acceptance/package.json +0 -7
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/LICENSE +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/README.md +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/connection.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/image.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/print.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/screenshot.js +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/auth.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/interface.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/local.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/redis.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/broadcast/utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/client_info.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/config_utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/coverage_setup.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/db.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/db_maintenance_view.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/_listeners.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/_views.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/debug/utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/errors.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/health_check.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/index.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/loader.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/logging_view.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/models_graph.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/pretty_json.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/profiler.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/prometheus.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/py.typed +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/pyramid.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/pyramid_logging.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/redis_stats.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/redis_utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/request_tracking/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/request_tracking/_sql.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/genversion.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/stats_db.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/scripts/test_print.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sentry.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/services.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/setup_process.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sql_profiler/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sql_profiler/_impl.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/README.md +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/_filters.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/_models.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/examples/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/examples/example.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/handlers.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/static/favicon-16x16.png +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/static/favicon-32x32.png +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/_db_spy.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py +0 -0
- {c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/version.py +0 -0
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/package-lock.json
RENAMED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"packages": {
|
|
6
6
|
"": {
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"commander": "14.0.
|
|
9
|
-
"puppeteer": "24.
|
|
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.
|
|
37
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.
|
|
38
|
-
"integrity": "sha512-
|
|
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.
|
|
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": "
|
|
240
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-
|
|
241
|
-
"integrity": "sha512-
|
|
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.
|
|
285
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.
|
|
286
|
-
"integrity": "sha512-
|
|
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.
|
|
329
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
330
|
-
"integrity": "sha512-
|
|
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.
|
|
360
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
361
|
-
"integrity": "sha512-
|
|
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.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.
|
|
797
|
-
"integrity": "sha512-
|
|
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.
|
|
802
|
-
"chromium-bidi": "
|
|
801
|
+
"@puppeteer/browsers": "2.10.10",
|
|
802
|
+
"chromium-bidi": "9.1.0",
|
|
803
803
|
"cosmiconfig": "^9.0.0",
|
|
804
|
-
"devtools-protocol": "0.0.
|
|
805
|
-
"puppeteer-core": "24.
|
|
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.
|
|
817
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.
|
|
818
|
-
"integrity": "sha512-
|
|
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.
|
|
822
|
-
"chromium-bidi": "
|
|
823
|
-
"debug": "^4.4.
|
|
824
|
-
"devtools-protocol": "0.0.
|
|
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",
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/templates/index.html.mako
RENAMED
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
/>
|
|
20
20
|
<link
|
|
21
21
|
rel="stylesheet"
|
|
22
|
-
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.
|
|
23
|
-
integrity="sha512-
|
|
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.
|
|
38
|
-
pyyaml = { version = "6.0.
|
|
39
|
-
alembic = { version = "1.16.
|
|
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.
|
|
42
|
+
redis = { version = "6.4.0", optional = true }
|
|
43
43
|
gunicorn = { version = "23.0.0", optional = true }
|
|
44
|
-
lxml = { version = "6.0.
|
|
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.
|
|
50
|
-
ujson = { version = "5.
|
|
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.
|
|
53
|
-
SQLAlchemy-Utils = { version = "0.
|
|
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.
|
|
60
|
+
prometheus-client = { version = "0.23.1", optional = true}
|
|
61
61
|
pyramid_mako = { version = "1.1.0", optional = true}
|
|
62
|
-
psutil = { version = "7.
|
|
62
|
+
psutil = { version = "7.1.0", optional = true}
|
|
63
63
|
Paste = { version = "3.10.1", optional = true}
|
|
64
|
-
coverage = { version = "7.10.
|
|
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.
|
|
167
|
-
pytest-cov = "6.
|
|
166
|
+
pytest = "8.4.2"
|
|
167
|
+
pytest-cov = "6.3.0"
|
|
168
168
|
pytest-html = "4.1.1"
|
|
169
|
-
types-pyyaml = "6.0.12.
|
|
170
|
-
types-requests = "2.32.4.
|
|
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.
|
|
173
|
-
types-python-dateutil = "2.9.0.
|
|
174
|
-
typing_extensions = "4.
|
|
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.
|
|
230
|
+
version = "6.2.0.dev163"
|
|
231
231
|
|
|
232
232
|
[project.urls]
|
|
233
233
|
repository = "https://github.com/camptocamp/c2cwsgiutils"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/connection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/acceptance/screenshot.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/request_tracking/__init__.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/request_tracking/_sql.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sql_profiler/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/README.md
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/__init__.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/_filters.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/sqlalchemylogger/handlers.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/static/favicon-16x16.png
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/static/favicon-32x32.png
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/__init__.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/_db_spy.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev161 → c2cwsgiutils-6.2.0.dev163}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py
RENAMED
|
File without changes
|
|
File without changes
|