From 3f861a1a799095317c295664db433fd7a9391823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 16:30:07 +0000 Subject: [PATCH] Bump ptyprocess from 0.6.0 to 0.7.0 Bumps [ptyprocess](https://github.com/pexpect/ptyprocess) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/pexpect/ptyprocess/releases) - [Commits](https://github.com/pexpect/ptyprocess/compare/0.6.0...0.7.0) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index cc6a1e8e76..c22c2d1332 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -50,7 +50,7 @@ pluggy==0.13.1 pre-commit==2.9.3 protobuf==3.14.0 psutil==5.8.0 -ptyprocess==0.6.0 +ptyprocess==0.7.0 py==1.9.0 pycparser==2.20 PyGithub==1.54