Skip to content

Commit

Permalink
build(deps): bump flask from 1.1.2 to 2.2.5 in /tests/testapp (#432)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and Mat001 authored Feb 8, 2024
1 parent 3bad4a6 commit 3d1a21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7.10
FROM python:3.11

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion tests/testapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==1.1.2
Flask==2.2.5

0 comments on commit 3d1a21c

Please sign in to comment.