From fccd70cff1501c3ed3187eda5fd5d19978401c1f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 2 Mar 2025 18:09:40 +0200 Subject: [PATCH] Update top-pypi-packages filename (#4598) To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See https://github.com/hugovk/top-pypi-packages/pull/46. --- gallery/gallery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/gallery.py b/gallery/gallery.py index 00b8a65..a90650c 100755 --- a/gallery/gallery.py +++ b/gallery/gallery.py @@ -16,7 +16,7 @@ PYPI_INSTANCE = "https://pypi.org/pypi" PYPI_TOP_PACKAGES = ( - "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json" + "https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json" ) INTERNAL_BLACK_REPO = f"{tempfile.gettempdir()}/__black"