diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 40cdc06..646022a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ transaction = "^5" redis = "^5" Babel = "^2.11" -cryptography = "^43" +cryptography = "^44" gpxpy = "^1.5" markdown = "^3.4" nh3 = "^0.2.9" @@ -60,7 +60,7 @@ optional = true [tool.poetry.group.docs.dependencies] Sphinx = "^8.0" -sphinx-autodoc-typehints = "^2.5" +sphinx-autodoc-typehints = "^3" [tool.poetry.group.testing] optional = true @@ -76,7 +76,7 @@ optional = true [tool.poetry.group.linters.dependencies] pylint = "^3" -black = "^24.0.0" +black = "^25.0.0" [tool.poetry.group.types] optional = true |