We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6803c35 commit 7b1a2c8Copy full SHA for 7b1a2c8
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "Flask-Session2"
3
-version = "1.3.1"
+version = "1.3.2"
4
description = "Adds server-side session support to your Flask application"
5
authors = ["Shipeng Feng <fsp261@gmail.com>"]
6
maintainers=["Christopher Pickering"]
@@ -29,7 +29,7 @@ cachelib = "^0.10.0"
29
pytz = "^2022.2.1"
30
31
[tool.poetry.dev-dependencies]
32
-black = "^23.0.0"
+black = "^26.0.0"
33
isort = "^5.10.1"
34
pymongo = "^4.2.0"
35
Flask-SQLAlchemy = "^3.0.0"
0 commit comments