Skip to content

Commit 5d83f0d

Browse files
authored
Merge pull request #11 from Matter-Tech/update-matter-exceptions-ver
Updated matter-exception version
2 parents e19e060 + 51bb192 commit 5d83f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: Implementation :: PyPy",
1818
]
1919
dependencies = [
20-
"matter-exceptions==1.0.1",
20+
"matter-exceptions==1.1.0",
2121
"kombu==5.2.4",
2222
"celery[sqs]==5.2.7",
2323
]
@@ -101,4 +101,4 @@ build-backend = "hatchling.build"
101101
[tool.pytest.ini_options]
102102
asyncio_mode = "auto"
103103
addopts = "-x"
104-
filterwarnings = ["error", "ignore::DeprecationWarning", "ignore::ResourceWarning"]
104+
filterwarnings = ["error", "ignore::DeprecationWarning", "ignore::ResourceWarning"]

0 commit comments

Comments
 (0)