Skip to content

Commit dfb42d2

Browse files
authored
Merge pull request #4559 from QCoDeS/dependabot/pip/towncrier-approx-eq-22.8.0
Update towncrier requirement from ~=21.9.0 to ~=22.8.0
2 parents f8d6e43 + 953451a commit dfb42d2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ docs = [
106106
"sphinx-issues>=3.0.1",
107107
"sphinx-jsonschema>=1.19.1",
108108
"sphinx-rtd-theme>=1.0.0",
109-
"sphinxcontrib-towncrier>=0.2.1a0",
109+
"sphinxcontrib-towncrier>=0.3.0a0",
110+
"towncrier>=22.8.0",
110111
"scipy>=1.7.0", # examples using scipy
111112
"slack-sdk>=3.4.2", # slack example notebook
112113
]
@@ -243,7 +244,7 @@ filterwarnings = [
243244
package = "qcodes"
244245
name = "QCoDeS"
245246
directory = "docs/changes/newsfragments"
246-
single_file = true
247+
single_file = false
247248
filename = "docs/changes/{version}.rst"
248249
issue_format = ":pr:`{issue}`"
249250

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ terminado~=0.15.0
154154
tinycss2~=1.1.1
155155
tomli~=2.0.1
156156
tornado~=6.2
157-
towncrier~=21.9.0
157+
towncrier~=22.8.0
158158
tqdm~=4.64.1
159159
traitlets~=5.3.0
160160
typed-ast~=1.4.3; python_version<'3.8'

0 commit comments

Comments
 (0)