From 210a5c273734a2ea4f1fbbf45be01e32dcb04b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:58:12 +0000 Subject: [PATCH] Bump regex from 2021.9.30 to 2021.10.8 Bumps [regex](https://bitbucket.org/mrabarnett/mrab-regex) from 2021.9.30 to 2021.10.8. - [Commits](https://bitbucket.org/mrabarnett/mrab-regex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7111205..f5e39fb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ appdirs==1.4.4 attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' black==20.8b1 -click==8.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +click==8.0.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' coverage==5.3.1 flake8==3.8.4 iniconfig==1.1.1 @@ -28,7 +28,7 @@ pytest-clarity==0.3.0a0 pytest-cov==2.10.1 pytest-sugar==0.9.4 pytest==6.2.1 -regex==2021.9.30 +regex==2021.10.8 snowballstemmer==2.1.0 termcolor==1.1.0 toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'