From a779d9eaf864b71de9640e6550223beaad1a8e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 21:31:51 +0000 Subject: [PATCH] Bump oauthlib from 3.1.1 to 3.2.1 in /example_agents/acme_dqn Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oauthlib/oauthlib/compare/v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example_agents/acme_dqn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_agents/acme_dqn/requirements.txt b/example_agents/acme_dqn/requirements.txt index c1bd668a..3ad9695f 100644 --- a/example_agents/acme_dqn/requirements.txt +++ b/example_agents/acme_dqn/requirements.txt @@ -70,7 +70,7 @@ mlflow==1.26.1 msrest==0.6.21 mypy-extensions==0.4.3 numpy==1.21.0 -oauthlib==3.1.1 +oauthlib==3.2.1 opt-einsum==3.3.0 packaging==20.3 pandas>=1.1.5