Skip to content

Commit 6576940

Browse files
dependabot[bot]theakshaypantteoparvanov
authored
Bump flask from 3.1.0 to 3.1.1 (#1643)
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshay Pant <[email protected]> Co-authored-by: teoparvanov <[email protected]>
1 parent f28119f commit 6576940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def run(self):
9494
'tensorboardX',
9595
'protobuf>=4.21,<6.0.0',
9696
'grpcio>=1.56.2,<1.66.0',
97-
'Flask==3.1.0',
97+
'Flask==3.1.1',
9898
],
9999
python_requires='>=3.10, <3.13',
100100
project_urls={

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docker
2-
Flask==3.1.0
2+
Flask==3.1.1
33
lxml==5.3.1
44
paramiko
55
pytest==8.3.5

0 commit comments

Comments
 (0)