Skip to content

Commit 2261115

Browse files
committed
Merge branch 'master' into develop
2 parents 5416f52 + b8b1262 commit 2261115

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"site/": true,
1515
},
1616
"python.defaultInterpreterPath": ".venv/bin/python",
17-
"pylint.args": ["--rcfile=.pylint.ini"],
17+
"pylint.args": [
18+
"--rcfile=.pylint.ini"
19+
],
1820
"editor.formatOnSave": true,
1921
"cSpell.words": [
2022
"Autobuild",
@@ -45,6 +47,7 @@
4547
"hyperref",
4648
"isort",
4749
"itered",
50+
"Jace",
4851
"lgpl",
4952
"LINESEPERATOR",
5053
"linkify",
@@ -69,7 +72,9 @@
6972
"pyficache",
7073
"pygments",
7174
"pyinstaller",
75+
"pylint",
7276
"pync",
77+
"pytest",
7378
"pyyaml",
7479
"quickstart",
7580
"sargs",
@@ -84,7 +89,9 @@
8489
"unreviewed",
8590
"USERPROFILE",
8691
"venv",
92+
"verchew",
8793
"vvignores",
94+
"webtest",
8895
"winfo",
8996
"workpath",
9097
"xlsx",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.2 (2025-06-16)
2+
3+
- Upgraded `bottle` to fix import errors.
4+
15
# 3.0.1 (2025-06-08)
26

37
- Added support for Python 3.13.

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "doorstop"
4-
version = "3.0.1"
4+
version = "3.0.2"
55
description = "Requirements management using version control."
66

77
license = "LGPLv3"
@@ -48,7 +48,7 @@ python = "<3.14,>=3.9"
4848

4949
pyyaml = "^6.0"
5050
markdown = "^3.3.3"
51-
bottle = "~0.12.25"
51+
bottle = "~0.13.4"
5252
requests = "^2.0"
5353
python-frontmatter = "^1.0"
5454
python-markdown-math = "~0.6"
@@ -77,7 +77,7 @@ pytest = "^6.2.5"
7777
pytest-cov = "*"
7878
pytest-expecter = "*"
7979
pytest-sugar = "*"
80-
WebTest = "^3.0.0"
80+
webtest = "^3.0.0"
8181
diff-cover = "^8.0.3"
8282

8383
# Reports

0 commit comments

Comments
 (0)