forked from pallets-eco/flask-session
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps) Update all non-major dependencies
- Loading branch information
1 parent
6803c35
commit 1693094
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|
@@ -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] | ||
|