aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 20:32:29 +0000
committerGitHub <noreply@github.com>2024-02-05 20:32:29 +0000
commitcbde16d0534e0c736122632b39321d33a255f506 (patch)
treec049805354297c8e7e35928f5ed5437fdd48a625 /cli/pyproject.toml
parente9b26f7e25a60cebdc44c57d039dc184ed9edb71 (diff)
downloadonionshare-cbde16d0534e0c736122632b39321d33a255f506.tar.gz
onionshare-cbde16d0534e0c736122632b39321d33a255f506.zip
Bump flask from 2.3.2 to 3.0.2 in /clif00fdependabot/pip/cli/flask-3.0.2
Bumps [flask](https://github.com/pallets/flask) from 2.3.2 to 3.0.2. - [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.2) --- 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..ce1127b4 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.2"
flask-compress = "^1.13"
flask-socketio = "5.3.4"
psutil = "*"