From 272b60c3fe2c4839e52487e5533cafaa22c22ff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:06:00 +0530 Subject: [PATCH] chore(deps): update dependency flask to ~=2.3.3 (#8) * chore(deps): update dependency flask to ~=2.3.3 * Update e2e.yml(removing unsupported python version for flask~2.3.3 in ci actions) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethdev279 <45661693+ethdev279@users.noreply.github.com> --- .github/workflows/e2e.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4e52545..5f95056 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] os: [macos-latest, windows-latest] runs-on: ${{ matrix.os }} diff --git a/requirements.txt b/requirements.txt index 32f9d6e..4f6dc82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -flask~=2.1.2 +flask~=2.3.3 web3==6.9.0 simplejson==3.19.1 GPIOSimulator==0.1 #Rasp-pi Simulator package