Skip to content

Commit ea31c2a

Browse files
chore(deps-dev): Update flask requirement from >=1.1 to >=3.1.3
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@1.1.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 847f099 commit ea31c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ opentelemetry-instrumentation-grpc
1111
httpx>=0.28.1
1212
pyOpenSSL>=26.0.0
1313
# needed for type checking
14-
Flask>=1.1
14+
Flask>=3.1.3
1515
# needed for auto fix
1616
ruff===0.14.1
1717
# needed for .env file loading in examples

0 commit comments

Comments
 (0)