forked from orbit-oss/flask
release version 3.1.3 (#5924)
This commit is contained in:
commit
f00ad424ee
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Version 3.1.3
|
Version 3.1.3
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2026-02-18
|
||||||
|
|
||||||
- The session is marked as accessed for operations that only access the keys
|
- The session is marked as accessed for operations that only access the keys
|
||||||
but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`
|
but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "Flask"
|
name = "Flask"
|
||||||
version = "3.1.3.dev"
|
version = "3.1.3"
|
||||||
description = "A simple framework for building complex web applications."
|
description = "A simple framework for building complex web applications."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|
|
||||||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -495,7 +495,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flask"
|
name = "flask"
|
||||||
version = "3.1.3.dev0"
|
version = "3.1.3"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "blinker" },
|
{ name = "blinker" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue