From c1d5ccdd6bd616960100dcc75e14410815b3e79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:15:43 +0000 Subject: [PATCH 1/4] Bump twine from 5.0.0 to 6.0.1 in /glean-core/python (from PR #3020) Bumps [twine](https://github.com/pypa/twine) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/5.0.0...6.0.1) --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index ddf184cd8e..736fb53220 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -11,7 +11,7 @@ pytest==8.2.2 ruff==0.7.2 semver==2.13.0 setuptools-git==1.2 -twine==5.0.0 +twine==6.0.1 wheel==0.45.1 maturin==1.7.4 patchelf>=0.17; sys_platform == "linux" From 64e2350a5c3313bea73fe412b21cfb80db8a1402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:33:36 +0000 Subject: [PATCH 2/4] Bump maturin from 1.7.4 to 1.7.8 in /glean-core/python (from PR #3022) Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.4 to 1.7.8. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.7.4...v1.7.8) --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 736fb53220..90283117a9 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -13,5 +13,5 @@ semver==2.13.0 setuptools-git==1.2 twine==6.0.1 wheel==0.45.1 -maturin==1.7.4 +maturin==1.7.8 patchelf>=0.17; sys_platform == "linux" From 0966564b3512cfd768d689a63d388f79950a8194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:23:25 +0000 Subject: [PATCH 3/4] Bump pdoc3 from 0.10.0 to 0.11.5 in /glean-core/python (from PR #3025) Bumps [pdoc3](https://github.com/pdoc3/pdoc) from 0.10.0 to 0.11.5. - [Release notes](https://github.com/pdoc3/pdoc/releases) - [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG) - [Commits](https://github.com/pdoc3/pdoc/compare/0.10.0...0.11.5) --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 90283117a9..64de63d1ad 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -2,7 +2,7 @@ auditwheel==6.0.0 coverage[toml]==7.2.2 jsonschema==3.2.0 mypy==1.4.1 -pdoc3==0.10.0 +pdoc3==0.11.5 pip pytest-localserver==0.8.0 MarkupSafe==2.0.1 From 0915ede4309413890ac42baaf549d151648e1431 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 23 Dec 2024 11:55:43 +0100 Subject: [PATCH 4/4] Python: Only install `pdoc` for Python 3.9+ It's used to generate the docs, which we do on Python 3.10 or later on CI --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 64de63d1ad..8bdd9f2d77 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -2,7 +2,7 @@ auditwheel==6.0.0 coverage[toml]==7.2.2 jsonschema==3.2.0 mypy==1.4.1 -pdoc3==0.11.5 +pdoc3==0.11.5; python_version > '3.8' pip pytest-localserver==0.8.0 MarkupSafe==2.0.1