From a587842f41e2e7f82a68b258f0ab69ae0e020385 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 18 Jun 2025 13:05:20 +0200 Subject: update dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 6c9fb49..d65459c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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,7 +49,7 @@ 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" @@ -70,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 -- cgit v1.2.3