Skip to content

Commit 3d1a21c

Browse files
build(deps): bump flask from 1.1.2 to 2.2.5 in /tests/testapp (#432)
* build(deps): bump flask from 1.1.2 to 2.2.5 in /tests/testapp Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@1.1.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update to py 3 in dockerfile --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matjaz Pirnovar <[email protected]>
1 parent 3bad4a6 commit 3d1a21c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testapp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:2.7.10
1+
FROM python:3.11
22

33
LABEL maintainer="[email protected]"
44

tests/testapp/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Flask==1.1.2
1+
Flask==2.2.5

0 commit comments

Comments
 (0)