diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3338057..26d89bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "fietsboek" description = "GPX file sharing website" -version = "0.10.0" +version = "0.11.0" license = "AGPL-3.0-or-later" readme = "README.md" authors = [ @@ -25,7 +25,7 @@ repository = "https://gitlab.com/dunj3/fietsboek" keywords = ["web", "gpx"] [tool.poetry.dependencies] -python = "^3.10" +python = "^3.11" pyramid = "^2" pyramid_jinja2 = "^2.10" @@ -38,10 +38,10 @@ SQLAlchemy = { version = "^2.0.15", extras = ["mypy"] } alembic = "^1.8" transaction = "^5" "zope.sqlalchemy" = "^3.0" -redis = "^5" +redis = "^6" Babel = "^2.11" -cryptography = "^44" +cryptography = "^45" gpxpy = "^1.5" markdown = "^3.4" nh3 = "^0.2.9" @@ -49,11 +49,12 @@ Click = "^8.1" requests = "^2.28.1" pydantic = "^2" -termcolor = "^2.1.1" +termcolor = "^3.1.0" filelock = "^3.8.2" brotli = "^1.0.9" click-option-group = "^0.5.5" fitparse = "^1.2.0" +pillow = "^11.2.1" [tool.poetry.group.docs] optional = true @@ -69,7 +70,7 @@ optional = true pytest = "^8.0.0" webtest = "^3.0.0" pytest-cov = "^6.0.0" -pytest-playwright = "^0.6.0" +pytest-playwright = "^0.7.0" [tool.poetry.group.linters] optional = true |