From de9ec0a043eda2b544c600c7e11face6755eaeaa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:47:16 +0000 Subject: [PATCH 1/4] build(deps-dev): bump regex from 2020.5.14 to 2020.6.8 (#258) --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 416bc633..8301b59d 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -47,7 +47,7 @@ pyparsing==2.4.7 # via packaging pyperf==2.0.0 # via syrupy pytest==5.4.3 # via syrupy readme-renderer==26.0 # via twine -regex==2020.5.14 # via black +regex==2020.6.8 # via black requests-toolbelt==0.9.1 # via twine requests==2.23.0 # via codecov, pygithub, requests-toolbelt, twine semver==2.10.1 # via syrupy From 4d27686187dfc6f534fa4cefad08a728c63a88af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:51:59 +0000 Subject: [PATCH 2/4] build(deps-dev): bump wcwidth from 0.2.3 to 0.2.4 (#260) --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 8301b59d..a281070a 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -58,7 +58,7 @@ twine==3.1.1 # via syrupy typed-ast==1.4.1 # via black, mypy typing-extensions==3.7.4.2 # via mypy, syrupy urllib3==1.25.9 # via requests -wcwidth==0.2.3 # via pytest +wcwidth==0.2.4 # via pytest webencodings==0.5.1 # via bleach wheel==0.34.2 # via syrupy wrapt==1.12.1 # via deprecated From 9bd55d2330ef811ca9f8e465980ed76bad041f1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:56:39 +0000 Subject: [PATCH 3/4] build(deps-dev): bump flake8-comprehensions from 3.2.2 to 3.2.3 (#259) --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index a281070a..57fdc656 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -20,7 +20,7 @@ docutils==0.16 # via readme-renderer entrypoints==0.3 # via flake8 flake8-bugbear==20.1.4 # via syrupy flake8-builtins==1.5.3 # via syrupy -flake8-comprehensions==3.2.2 # via syrupy +flake8-comprehensions==3.2.3 # via syrupy flake8-i18n==0.1.0 # via syrupy flake8==3.8.2 # via flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-i18n, syrupy idna==2.9 # via requests From e01266a1902d108f53ac1e2e4719dcbed7f307e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 18:01:07 +0000 Subject: [PATCH 4/4] build(deps-dev): bump certifi from 2020.4.5.1 to 2020.4.5.2 (#261) --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 57fdc656..9c7bc716 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -8,7 +8,7 @@ appdirs==1.4.4 # via black attrs==19.3.0 # via black, flake8-bugbear, pytest, syrupy black==19.10b0 # via syrupy bleach==3.1.5 # via readme-renderer -certifi==2020.4.5.1 # via requests +certifi==2020.4.5.2 # via requests chardet==3.0.4 # via requests click==7.1.2 # via black, pip-tools codecov==2.1.4 # via syrupy