diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-06-18 13:05:20 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-06-18 13:05:20 +0200 |
commit | a587842f41e2e7f82a68b258f0ab69ae0e020385 (patch) | |
tree | 801252bbe9077de17f1462c9a754f8628c178d0b /pyproject.toml | |
parent | 1136a785bf981d32bcc978e3c85fce6b61ad94ec (diff) | |
download | fietsboek-a587842f41e2e7f82a68b258f0ab69ae0e020385.tar.gz fietsboek-a587842f41e2e7f82a68b258f0ab69ae0e020385.tar.bz2 fietsboek-a587842f41e2e7f82a68b258f0ab69ae0e020385.zip |
update dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |