Skip to content

Commit

Permalink
Bump flask from 2.0.3 to 2.3.2 in /sse-contract-tests (#205)
Browse files Browse the repository at this point in the history
* Bump flask from 2.0.3 to 2.3.2 in /sse-contract-tests

Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.3...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Skip SSE tests in 3.7

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Keeler <mkeeler@launchdarkly.com>
  • Loading branch information
dependabot[bot] and keelerm84 authored May 3, 2023
1 parent 9874a85 commit 65edd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ workflows:
name: Python 3.7
docker-image: cimg/python:3.7
test-build-docs: true
skip-sse-contract-tests: true
skip-contract-tests: true
- test-linux:
name: Python 3.8
Expand Down
2 changes: 1 addition & 1 deletion sse-contract-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==2.0.3
Flask==2.3.2
urllib3>=1.22.0

0 comments on commit 65edd34

Please sign in to comment.