diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-11-25 21:46:24 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-11-25 21:46:24 +0100 |
commit | 9f32a3ada1016a992afb44e51d23560a86fca76d (patch) | |
tree | 4b79eaa6439ac924114f8530434ac1057163c9d8 /pyproject.toml | |
parent | d1a07597cd787bc45466480fb0aca842976dd039 (diff) | |
download | fietsboek-9f32a3ada1016a992afb44e51d23560a86fca76d.tar.gz fietsboek-9f32a3ada1016a992afb44e51d23560a86fca76d.tar.bz2 fietsboek-9f32a3ada1016a992afb44e51d23560a86fca76d.zip |
update dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml index c419726..40cdc06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ repository = "https://gitlab.com/dunj3/fietsboek" keywords = ["web", "gpx"] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" pyramid = "^2" pyramid_jinja2 = "^2.10" @@ -36,12 +36,12 @@ waitress = "^3" SQLAlchemy = { version = "^2.0.15", extras = ["mypy"] } alembic = "^1.8" -transaction = "^4" +transaction = "^5" "zope.sqlalchemy" = "^3.0" redis = "^5" Babel = "^2.11" -cryptography = "^42" +cryptography = "^43" gpxpy = "^1.5" markdown = "^3.4" nh3 = "^0.2.9" @@ -59,8 +59,8 @@ fitparse = "^1.2.0" optional = true [tool.poetry.group.docs.dependencies] -Sphinx = "^7.0" -sphinx-autodoc-typehints = "^1.19.5" +Sphinx = "^8.0" +sphinx-autodoc-typehints = "^2.5" [tool.poetry.group.testing] optional = true @@ -68,8 +68,8 @@ optional = true [tool.poetry.group.testing.dependencies] pytest = "^8.0.0" webtest = "^3.0.0" -pytest-cov = "^5.0.0" -pytest-playwright = "^0.4.0" +pytest-cov = "^6.0.0" +pytest-playwright = "^0.6.0" [tool.poetry.group.linters] optional = true |