Skip to content

Commit

Permalink
fix(deps) Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 6803c35 commit 1693094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Flask-Session2"
version = "1.3.1"
version = "1.3.2"
description = "Adds server-side session support to your Flask application"
authors = ["Shipeng Feng <[email protected]>"]
maintainers=["Christopher Pickering"]
Expand All @@ -25,7 +25,7 @@ packages=[{ include = 'flask_session'}]
[tool.poetry.dependencies]
python = "^3.7.2"
Flask = "^2.2.2"
cachelib = "^0.10.0"
cachelib = "^0.13.0"
pytz = "^2022.2.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 1693094

Please sign in to comment.