Skip to content

Commit

Permalink
Merge pull request #1142 from IQTLabs/renovate/flask-3.x
Browse files Browse the repository at this point in the history
Update dependency Flask to v3.0.2
  • Loading branch information
anarkiwi authored Feb 4, 2024
2 parents 7c24aa0 + 2faaebb commit 12dcee9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions gamutrfwaterfall/poetry.lock

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

2 changes: 1 addition & 1 deletion gamutrfwaterfall/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
Flask = "3.0.1"
Flask = "3.0.2"
cairocffi = "^1.3.0"
matplotlib = "3.8.2"
numpy = "1.26.3"
Expand Down
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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [

[tool.poetry.dependencies]
"RPi.GPIO" = {version = "0.7.1", markers = "platform_machine != 'aarch64'"}
Flask = "3.0.1"
Flask = "3.0.2"
Jinja2 = "3.1.3"
bjoern = "3.2.2"
cairocffi = "^1.3.0"
Expand Down

0 comments on commit 12dcee9

Please sign in to comment.