Skip to content

Commit dab0a81

Browse files
committed
Merge branch 'master' into improve-openapi
This updates a few dependencies. I hope it doesn't break pylint...
2 parents a27e16a + 247920e commit dab0a81

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and register is as a Thing property
3737
"""
3838

3939

40-
# Wrap in a semantic annotation to autmatically set schema and args
40+
# Wrap in a semantic annotation to automatically set schema and args
4141
class DenoiseProperty(PropertyView):
4242
"""Value of integration_time"""
4343

poetry.lock

Lines changed: 11 additions & 11 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
@@ -19,16 +19,16 @@ marshmallow = "^3.4.0"
1919
webargs = ">=6,<9"
2020
apispec = {version = ">=3.2,<5.0", extras = ["yaml", "validation"]}
2121
flask-cors = "^3.0.8"
22-
zeroconf = ">=0.24.5,<0.32.0"
22+
zeroconf = ">=0.24.5,<0.34.0"
2323
apispec_webframeworks = "^0.5.2"
2424

2525
[tool.poetry.dev-dependencies]
2626
pytest = "^6.2"
2727
black = {version = "^20.8b1",allow-prereleases = true}
2828
pytest-cov = "^2.11.1"
2929
jsonschema = "^3.2.0"
30-
pylint = "^2.7.2"
31-
sphinx = "^3.5.3"
30+
pylint = "^2.9.4"
31+
sphinx = "^4.1.1"
3232
sphinx-autoapi = "^1.8.1"
3333
sphinx-rtd-theme = "^0.5.2"
3434
mypy = "^0.812"

0 commit comments

Comments
 (0)