From 877e0b95a26e46a1f57296fae4ddfa7d70dfeafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 04:22:59 +0000 Subject: [PATCH] Bump aiohttp Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.0...v3.7.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../worker_algorithm_dir/pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official_examples/Using_Hetero_Cluster_Framework_to_train_a_Pong_Player_with_Rllib/worker_algorithm_dir/pip-requirements.txt b/official_examples/Using_Hetero_Cluster_Framework_to_train_a_Pong_Player_with_Rllib/worker_algorithm_dir/pip-requirements.txt index 2cc98b145..21c74687d 100644 --- a/official_examples/Using_Hetero_Cluster_Framework_to_train_a_Pong_Player_with_Rllib/worker_algorithm_dir/pip-requirements.txt +++ b/official_examples/Using_Hetero_Cluster_Framework_to_train_a_Pong_Player_with_Rllib/worker_algorithm_dir/pip-requirements.txt @@ -3,4 +3,4 @@ dm-tree dataclasses ray[rllib] aioredis<2.0 -aiohttp==3.7 \ No newline at end of file +aiohttp==3.7.4 \ No newline at end of file