aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-10 13:30:19 +0000
committerGitHub <noreply@github.com>2023-10-10 13:30:19 +0000
commit0088b1f9e922b29e137e20f47a62379548aaabf7 (patch)
tree409e0ccdf59a432e529df4dc85a28f7f95d5a3f3 /cli/pyproject.toml
parent18a6607bf31478345d8234d2400e3385f3a10fdc (diff)
downloadonionshare-0088b1f9e922b29e137e20f47a62379548aaabf7.tar.gz
onionshare-0088b1f9e922b29e137e20f47a62379548aaabf7.zip
Bump flask from 2.3.2 to 2.3.3 in /cli6e2ddependabot/pip/cli/flask-2.3.3
Bumps [flask](https://github.com/pallets/flask) from 2.3.2 to 2.3.3. - [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...2.3.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... 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 e47f6496..3096ab20 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 = "2.3.3"
flask-compress = "^1.13"
flask-socketio = "5.3.4"
psutil = "*"