diff --git a/pyproject.toml b/pyproject.toml
index b2fe12efd1348cff4e8d9436cd78ce91ddc48524..490cf323517e28c4258fc60a9bc7019a44d49049 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,8 @@ pytest = "^6.2.5"
 mypy = "^0.931"
 pylint = "^2.12.2"
 pylint-exit = "^1.2.0"
-types-requests = "2.27.11"
+types-requests = "^2.27.11"
+types-decorator = "^5.1.8"
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]