We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f399b7 commit 4199bbbCopy full SHA for 4199bbb
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"]
@@ -35,7 +35,7 @@ pymongo = "^4.2.0"
35
Flask-SQLAlchemy = "^3.0.0"
36
pymemcache = "^4.0.0"
37
mypy = "^1.0.0"
38
-pylint = "^2.14.5"
+pylint = "^3.0.0"
39
tox = "^4.0.0"
40
types-redis = "^4.3.14"
41
redis = "^5.0.0"
0 commit comments