aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d65459c..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"