From 23b38864858199a039ffcaa33b6fb99494f9c690 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:52:42 +0000 Subject: [PATCH] Lock file maintenance --- composer.lock | 12 ++++++------ docs/poetry.lock | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index ae02d85d..4caedeba 100644 --- a/composer.lock +++ b/composer.lock @@ -11458,16 +11458,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.6.2", + "version": "5.6.3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62" + "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62", - "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9", + "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9", "shasum": "" }, "require": { @@ -11516,9 +11516,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.3" }, - "time": "2025-04-13T19:20:35+00:00" + "time": "2025-08-01T19:43:32+00:00" }, { "name": "phpdocumentor/type-resolver", diff --git a/docs/poetry.lock b/docs/poetry.lock index 63db7047..5b3770e7 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -250,7 +250,7 @@ sphinx-basic-ng = ">=1.0.0.beta2" type = "git" url = "https://github.com/pradyunsg/furo" reference = "HEAD" -resolved_reference = "a1f74d89a18ca59d231fe365bcc1616f6934ad28" +resolved_reference = "426ea05d879ee7dfdf74ba7c8b089f73081abbfd" [[package]] name = "h11"