From 64250e49421c88af7ad1c9d864c5d59fe58bae09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:32:08 +0000 Subject: [PATCH 1/3] Bump towncrier from 23.11.0 to 24.8.0 Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.8.0. - [Release notes](https://github.com/twisted/towncrier/releases) - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/towncrier/compare/23.11.0...24.8.0) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ae79ff624c..2c1760bd095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ docs = [ "sphinx-jsonschema>=1.19.1", "furo>=2024.8.6", "sphinxcontrib-towncrier>=0.3.0a0", - "towncrier>=22.8.0,<24.0.0", # sphinxcontrib-towncrier does not yet support latest + "towncrier>=22.8.0,<25.0.0", # sphinxcontrib-towncrier does not yet support latest "scipy>=1.8.0", # examples using scipy "qcodes_loop>=0.1.1", # legacy dataset import examples "jinja2>=3.1.3", # transitive dependency pin due to cve in earlier version diff --git a/requirements.txt b/requirements.txt index 6dd08c9341c..7cbeff61500 100644 --- a/requirements.txt +++ b/requirements.txt @@ -423,7 +423,7 @@ tornado==6.4.2 # ipykernel # jupyter-client # qcodes -towncrier==23.11.0 +towncrier==24.8.0 # via # qcodes (pyproject.toml) # sphinxcontrib-towncrier From 30cef3a400cd8cfcecd7d4423c7842a5759caed8 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Fri, 28 Feb 2025 07:13:18 +0100 Subject: [PATCH 2/3] Bump sphinxcontrib-towncrier --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7cbeff61500..2bfc4951a1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -401,7 +401,7 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sphinxcontrib-towncrier==0.4.0a0 +sphinxcontrib-towncrier==0.5.0a0 # via qcodes (pyproject.toml) stack-data==0.6.3 # via ipython From fbadffdf7a930d94cbb6b81e729f9bc313f4d831 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Fri, 28 Feb 2025 07:15:20 +0100 Subject: [PATCH 3/3] Clarify why pinned --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c1760bd095..88d1d0a8367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ docs = [ "sphinx-jsonschema>=1.19.1", "furo>=2024.8.6", "sphinxcontrib-towncrier>=0.3.0a0", - "towncrier>=22.8.0,<25.0.0", # sphinxcontrib-towncrier does not yet support latest + "towncrier>=22.8.0,<25.0.0", # sphinxcontrib-towncrier is likely to break with new versions "scipy>=1.8.0", # examples using scipy "qcodes_loop>=0.1.1", # legacy dataset import examples "jinja2>=3.1.3", # transitive dependency pin due to cve in earlier version