From 13c77c634ab05eafbebb83e0fd0b3edbf3882a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:11:46 +0000 Subject: [PATCH 1/2] build(deps): bump astroid from 2.9.3 to 2.10.0 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/v2.9.3...v2.10.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e237170..a4a42ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==2.9.3 +astroid==2.10.0 atomicwrites==1.4.0 attrs==21.4.0 black==21.4b2 From e72dc099b97e432dde5183b4a823773aa9d324c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 13:12:43 +0000 Subject: [PATCH 2/2] build(deps): bump regex from 2022.1.18 to 2022.3.2 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.1.18 to 2022.3.2. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e237170..e1c9606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pyparsing==3.0.7 pytest==6.2.3 pytest-cov==2.11.1 PyYAML==5.4.1 -regex==2022.1.18 +regex==2022.3.2 requests==2.27.1 six==1.16.0 toml==0.10.2