diff --git a/pyproject.toml b/pyproject.toml
index a351f2adce8c82bcce88e3eadf5c33690039cb89..8700e99c13e616e597824ff29f59692d901031ca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,14 +16,14 @@ include = ["g1_monetary_license/g1_monetary_license_*.rst"]
 [tool.poetry.dependencies]
 python = "^3.8.0"
 duniterpy = "1.1.0"
-click = "^8.0.0"
-texttable = "^1.6.3"
+click = "^8.1.3"
+texttable = "^1.6.7"
 pendulum = "^2.1.2"
 
 [tool.poetry.group.test.dependencies]
-pytest = "^7.0.0"
+pytest = "^7.3.1"
 pytest-cov = "^4.0"
-pytest-sugar = "^0.9.2"
+pytest-sugar = "^0.9.7"
 pytest-clarity = "^1.0.1"
 
 [tool.poetry.scripts]