Skip to content

Commit

Permalink
Update aiohttp to 3.8.5 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaruceru committed Aug 20, 2023
1 parent cffd16c commit aaaccef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ where _my version_ may only contain lowercase letters, digits, and hyphens (e.g.

Find the service endpoint with:
```bash
gcloud app browse --no-launch-browser --service=default
gcloud app browse --no-launch-browser --service=default --project=<project-id>
```

### Multiple apps or environments
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
slack-bolt==1.16.2
google-cloud-storage==2.7.0
uvicorn==0.20.0
aiohttp==3.8.3
aiohttp==3.8.5
starlette==0.28.0
python-json-logger==2.0.4

Expand Down

0 comments on commit aaaccef

Please sign in to comment.