From cf6b400e4f556541dec47f188986775a10da28b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 10:02:24 +0000 Subject: [PATCH] Bump regex from 2020.11.13 to 2021.4.4 Bumps [regex](https://bitbucket.org/mrabarnett/mrab-regex) from 2020.11.13 to 2021.4.4. - [Commits](https://bitbucket.org/mrabarnett/mrab-regex/commits) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 98d7438..959548d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,7 +28,7 @@ pytest-clarity==0.3.0a0 pytest-cov==2.10.1 pytest-sugar==0.9.4 pytest==6.2.1 -regex==2020.11.13 +regex==2021.4.4 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'