Skip to content

Commit b2244e2

Browse files
authored
chore(deps): update dependency flask to v1.1.2 (GoogleCloudPlatform#4718)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Flask](https://palletsprojects.com/p/flask/) ([source](https://togithub.com/pallets/flask)) | patch | `==1.1.1` -> `==1.1.2` | | [flask](https://palletsprojects.com/p/flask/) ([source](https://togithub.com/pallets/flask)) | patch | `==1.1.1` -> `==1.1.2` | --- ### Release Notes <details> <summary>pallets/flask</summary> ### [`v1.1.2`](https://togithub.com/pallets/flask/blob/master/CHANGES.rst#Version-112) [Compare Source](https://togithub.com/pallets/flask/compare/1.1.1...1.1.2) Released 2020-04-03 - Work around an issue when running the `flask` command with an external debugger on Windows. :issue:`3297` - The static route will not catch all URLs if the `Flask` `static_folder` argument ends with a slash. :issue:`3452` </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 045c8f9 commit b2244e2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-storage==1.31.0
2-
Flask==1.1.1
2+
Flask==1.1.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
requests==2.24.0
33
requests-futures==1.0.0
44
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
requests==2.24.0
33
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==6.0.1
2-
flask==1.1.1
2+
flask==1.1.2
33
backoff==1.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
gunicorn==20.0.4
33
google-auth==1.21.2
44
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
gunicorn==20.0.4
33
Markdown==3.2.2
44
bleach==3.2.1

0 commit comments

Comments
 (0)