Upgrade to aiohttp 3.10.6. (#829)

Signed-off-by: dblock <dblock@amazon.com>
This commit is contained in:
Daniel (dB.) Doubrovkine
2024-09-26 19:52:19 +02:00
committed by GitHub
parent 3087686fff
commit 0ccd4173cc
3 changed files with 32 additions and 16 deletions
+6
View File
@@ -45,6 +45,12 @@ docker run -d -p 9200:9200 -p 9600:9600 -e OPENSEARCH_INITIAL_ADMIN_PASSWORD=myS
Tests require a live instance of OpenSearch running in docker.
Set the password for your docker instance.
```
export OPENSEARCH_PASSWORD=myStrongPassword123!
```
If you have one running.
```