From dcba1dff874c9adcdb6c041f36e5d4c0b65f6ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:04:17 +0100 Subject: [PATCH] Upgrade: Bump the regression group in /regression_runner with 2 updates (#414) Bumps the regression group in /regression_runner with 2 updates: [async-timeout](https://github.com/aio-libs/async-timeout) and [click](https://github.com/pallets/click). Updates `async-timeout` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.2...v4.0.3) Updates `click` from 8.1.6 to 8.1.7 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.6...8.1.7) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regression - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regression ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- regression_runner/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression_runner/requirements.txt b/regression_runner/requirements.txt index c630ac5..a5a4c7a 100644 --- a/regression_runner/requirements.txt +++ b/regression_runner/requirements.txt @@ -1,10 +1,10 @@ aiohttp==3.8.5 aiosignal==1.3.1 -async-timeout==4.0.2 +async-timeout==4.0.3 attrs==23.1.0 certifi==2023.7.22 charset-normalizer==3.2.0 -click==8.1.6 +click==8.1.7 coloredlogs==15.0.1 frozenlist==1.4.0 future==0.18.3