aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 20:55:35 +0000
committerGitHub <noreply@github.com>2024-01-01 20:55:35 +0000
commit33dff5402da32589136a6b68066d8836270d7603 (patch)
tree357192edba8f90640ab161de6ea3cb281713f512 /cli/pyproject.toml
parent54635b4b5a25d2f53a8825606070fd691ded1b66 (diff)
downloadonionshare-cfbfdependabot/pip/cli/flask-3.0.0.tar.gz
onionshare-cfbfdependabot/pip/cli/flask-3.0.0.zip
Bump flask from 2.3.2 to 3.0.0 in /clicfbfdependabot/pip/cli/flask-3.0.0
Bumps [flask](https://github.com/pallets/flask) from 2.3.2 to 3.0.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.3.2...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 5b458aae..956003e8 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
click = "*"
-flask = "2.3.2"
+flask = "3.0.0"
flask-compress = "^1.13"
flask-socketio = "5.3.4"
psutil = "*"