aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index be56bfa..8b01a42 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,11 +24,11 @@ dependencies = [
"SQLAlchemy[mypy] (>=2.0.15, <3.0.0)",
"alembic (>=1.8, <2.0)",
"transaction (>=5, <6)",
- "zope.sqlalchemy (>=3.0, <4.0)",
+ "zope.sqlalchemy (>=4.0, <5.0)",
"redis (>=6, <7)",
"Babel (>=2.11, <3.0)",
- "cryptography (>=45, <46)",
+ "cryptography (>=46, <47)",
"gpxpy (>=1.5, <2.0)",
"markdown (>=3.4, <4.0)",
"nh3 (>=0.3.0,<0.4.0)",
@@ -41,7 +41,7 @@ dependencies = [
"brotli (>=1.0.9, <2.0.0)",
"click-option-group (>=0.5.5, <0.6.0)",
"fitparse (>=1.2.0, <2.0.0)",
- "pillow (>=11.2.1, <12.0.0)",
+ "pillow (>=12.0.0, <13.0.0)",
]
[project.urls]