From 187430a38cafd04c0c000f96f16bc7262a27d3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 22:56:49 +0000 Subject: [PATCH 1/3] Bump pip from 26.0 to 26.1 Bumps [pip](https://github.com/pypa/pip) from 26.0 to 26.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 401ae1c..b989b36 100644 --- a/uv.lock +++ b/uv.lock @@ -276,11 +276,11 @@ wheels = [ [[package]] name = "pip" -version = "26.0" +version = "26.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/44/c2/65686a7783a7c27a329706207147e82f23c41221ee9ae33128fc331670a0/pip-26.0.tar.gz", hash = "sha256:3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa", size = 1812654, upload-time = "2026-01-31T01:40:54.361Z" } +sdist = { url = "https://files.pythonhosted.org/packages/73/7e/d2b04004e1068ad4fdfa2f227b839b5d03e602e47cdbbf49de71137c9546/pip-26.1.tar.gz", hash = "sha256:81e13ebcca3ffa8cc85e4deff5c27e1ee26dea0aa7fc2f294a073ac208806ff3", size = 1840316, upload-time = "2026-04-26T21:00:05.406Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/00/5ac7aa77688ec4d34148b423d34dc0c9bc4febe0d872a9a1ad9860b2f6f1/pip-26.0-py3-none-any.whl", hash = "sha256:98436feffb9e31bc9339cf369fd55d3331b1580b6a6f1173bacacddcf9c34754", size = 1787564, upload-time = "2026-01-31T01:40:52.252Z" }, + { url = "https://files.pythonhosted.org/packages/70/7a/be4bd8bcbb24ea475856dd68159d78b03b2bb53dae369f69c9606b8888f5/pip-26.1-py3-none-any.whl", hash = "sha256:4e8486d821d814b77319acb7b9e8bf5a4ee7590a643e7cb21029f209be8573c1", size = 1812804, upload-time = "2026-04-26T21:00:03.194Z" }, ] [[package]] From 5fbde8f0408e082c355e3d8afd75b73c3e6c6222 Mon Sep 17 00:00:00 2001 From: "aieng-bot[bot]" Date: Thu, 7 May 2026 00:55:43 +0000 Subject: [PATCH 2/3] Fix missing end-of-file newline in github_metrics_history.json Co-authored-by: aieng-bot --- catalog/public/data/github_metrics_history.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/public/data/github_metrics_history.json b/catalog/public/data/github_metrics_history.json index e580e28..310e014 100644 --- a/catalog/public/data/github_metrics_history.json +++ b/catalog/public/data/github_metrics_history.json @@ -26390,4 +26390,4 @@ } }, "last_updated": "2026-05-04T12:28:09.600774+00:00" -} \ No newline at end of file +} From 51b02544b2c2ff3a13d7259138df7edd23f93c4e Mon Sep 17 00:00:00 2001 From: "aieng-bot[bot]" Date: Thu, 7 May 2026 00:57:44 +0000 Subject: [PATCH 3/3] Fix missing end-of-file newlines in catalog data JSON files Co-authored-by: aieng-bot --- catalog/public/data/github_metrics.json | 2 +- catalog/public/data/pypi_metrics.json | 2 +- catalog/public/data/pypi_metrics_history.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/public/data/github_metrics.json b/catalog/public/data/github_metrics.json index d37b2bf..da4b619 100644 --- a/catalog/public/data/github_metrics.json +++ b/catalog/public/data/github_metrics.json @@ -841,4 +841,4 @@ } }, "last_updated": "2026-05-04T12:28:10.705196+00:00" -} \ No newline at end of file +} diff --git a/catalog/public/data/pypi_metrics.json b/catalog/public/data/pypi_metrics.json index 32d87ed..06032e4 100644 --- a/catalog/public/data/pypi_metrics.json +++ b/catalog/public/data/pypi_metrics.json @@ -132,4 +132,4 @@ } }, "last_updated": "2026-05-04T12:28:25.720563+00:00" -} \ No newline at end of file +} diff --git a/catalog/public/data/pypi_metrics_history.json b/catalog/public/data/pypi_metrics_history.json index e8fc35d..caebe1e 100644 --- a/catalog/public/data/pypi_metrics_history.json +++ b/catalog/public/data/pypi_metrics_history.json @@ -1817,4 +1817,4 @@ } }, "last_updated": "2026-05-04T12:28:24.255029+00:00" -} \ No newline at end of file +}