Skip to content

Commit

Permalink
Merge pull request #4559 from QCoDeS/dependabot/pip/towncrier-approx-…
Browse files Browse the repository at this point in the history
…eq-22.8.0

Update towncrier requirement from ~=21.9.0 to ~=22.8.0
  • Loading branch information
jenshnielsen authored Sep 6, 2022
2 parents f8d6e43 + 953451a commit dfb42d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ docs = [
"sphinx-issues>=3.0.1",
"sphinx-jsonschema>=1.19.1",
"sphinx-rtd-theme>=1.0.0",
"sphinxcontrib-towncrier>=0.2.1a0",
"sphinxcontrib-towncrier>=0.3.0a0",
"towncrier>=22.8.0",
"scipy>=1.7.0", # examples using scipy
"slack-sdk>=3.4.2", # slack example notebook
]
Expand Down Expand Up @@ -243,7 +244,7 @@ filterwarnings = [
package = "qcodes"
name = "QCoDeS"
directory = "docs/changes/newsfragments"
single_file = true
single_file = false
filename = "docs/changes/{version}.rst"
issue_format = ":pr:`{issue}`"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ terminado~=0.15.0
tinycss2~=1.1.1
tomli~=2.0.1
tornado~=6.2
towncrier~=21.9.0
towncrier~=22.8.0
tqdm~=4.64.1
traitlets~=5.3.0
typed-ast~=1.4.3; python_version<'3.8'
Expand Down

0 comments on commit dfb42d2

Please sign in to comment.