Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

chore(deps): bump flask from 0.12.5 to 2.3.2 in /tests/base #9

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/base/requirements-w-hashes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ docutils==0.14 \
--hash=sha256:51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274 \
--hash=sha256:7a4bd47eaf6596e1295ecb11361139febe29b084a87bf005bf899f9a42edc3c6 \
# via botocore
flask==1.0.2 \
--hash=sha256:2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48 \
--hash=sha256:a080b744b7e345ccfcbc77954861cb05b3c63786e93f2b3875e0913d44b43f05
flask==2.3.2 \
--hash=sha256:77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0 \
--hash=sha256:8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef
itsdangerous==1.1.0 \
--hash=sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19 \
--hash=sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749 \
Expand Down
2 changes: 1 addition & 1 deletion tests/base/requirements-w-nested.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==2.0.3
flask==2.3.2
bottle
-r requirements-common.txt
2 changes: 1 addition & 1 deletion tests/base/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==0.12.5
flask==2.3.2
bottle
boto3