Skip to content

Commit aaaccef

Browse files
authored
Update aiohttp to 3.8.5 (#7)
1 parent cffd16c commit aaaccef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ where _my version_ may only contain lowercase letters, digits, and hyphens (e.g.
138138

139139
Find the service endpoint with:
140140
```bash
141-
gcloud app browse --no-launch-browser --service=default
141+
gcloud app browse --no-launch-browser --service=default --project=<project-id>
142142
```
143143

144144
### Multiple apps or environments

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
slack-bolt==1.16.2
22
google-cloud-storage==2.7.0
33
uvicorn==0.20.0
4-
aiohttp==3.8.3
4+
aiohttp==3.8.5
55
starlette==0.28.0
66
python-json-logger==2.0.4
77

0 commit comments

Comments
 (0)