Skip to content

Commit 4db3129

Browse files
fix(deps) Update dependency pylint to v3
1 parent 3247899 commit 4db3129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Flask-Session2"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Adds server-side session support to your Flask application"
55
authors = ["Shipeng Feng <fsp261@gmail.com>"]
66
maintainers=["Christopher Pickering"]
@@ -35,7 +35,7 @@ pymongo = "^4.2.0"
3535
Flask-SQLAlchemy = "^3.0.0"
3636
pymemcache = "^4.0.0"
3737
mypy = "^1.0.0"
38-
pylint = "^2.14.5"
38+
pylint = "^3.0.0"
3939
tox = "^4.0.0"
4040
types-redis = "^4.3.14"
4141
redis = "^5.0.0"

0 commit comments

Comments
 (0)