Skip to content

Commit

Permalink
change flask dependency to ^2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Jul 26, 2023
1 parent 5a09213 commit 70641a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='v0.1.14'
__version__='v0.1.15'
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "flask-pypprof"
version = "v0.1.14"
version = "v0.1.15"
description = "Pypprof Flask wrapper"
authors = ["Diego <diegolparra@gmail.com>"]
readme = "README.md"
packages = [{ include = "flask_pypprof" }]

[tool.poetry.dependencies]
python = ">=3.8 <3.11"
flask = "^2.3.2"
flask = "^2.1.3"

zprofile = { version = "1.0.12", platform = "linux" }
protobuf = { version = "^3.20", platform = "linux" }
Expand Down

0 comments on commit 70641a2

Please sign in to comment.