Skip to content

Commit

Permalink
chore(deps): update dependency flask to ~=2.3.3 (#8)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and ethdev279 committed Aug 30, 2023
1 parent ac08fd6 commit 272b60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 272b60c

Please sign in to comment.