Skip to content

Commit 7b1a2c8

Browse files
fix(deps) Update dependency black to v26 [SECURITY]
1 parent 6803c35 commit 7b1a2c8

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"]
@@ -29,7 +29,7 @@ cachelib = "^0.10.0"
2929
pytz = "^2022.2.1"
3030

3131
[tool.poetry.dev-dependencies]
32-
black = "^23.0.0"
32+
black = "^26.0.0"
3333
isort = "^5.10.1"
3434
pymongo = "^4.2.0"
3535
Flask-SQLAlchemy = "^3.0.0"

0 commit comments

Comments
 (0)