We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e19e060 + 51bb192 commit 5d83f0dCopy full SHA for 5d83f0d
pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
17
"Programming Language :: Python :: Implementation :: PyPy",
18
]
19
dependencies = [
20
- "matter-exceptions==1.0.1",
+ "matter-exceptions==1.1.0",
21
"kombu==5.2.4",
22
"celery[sqs]==5.2.7",
23
@@ -101,4 +101,4 @@ build-backend = "hatchling.build"
101
[tool.pytest.ini_options]
102
asyncio_mode = "auto"
103
addopts = "-x"
104
-filterwarnings = ["error", "ignore::DeprecationWarning", "ignore::ResourceWarning"]
+filterwarnings = ["error", "ignore::DeprecationWarning", "ignore::ResourceWarning"]
0 commit comments