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 1/4] 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 From 5d202626be3237b5e4aa72b9757bba81380a5d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 18:26:21 +0000 Subject: [PATCH 2/4] Bump packaging from 20.7 to 20.8 Bumps [packaging](https://github.com/pypa/packaging) from 20.7 to 20.8. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.7...20.8) 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 887a977919..9bd82acb7a 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -40,7 +40,7 @@ more-itertools==8.6.0 mysql-connector-python==8.0.22 nodeenv==1.3.4 ntlm-auth==1.5.0 -packaging==20.7 +packaging==20.8 packer.py==0.3.0 paramiko==2.7.2 path==15.0.1 From ecbe70fe43c42e80ab4c5a8fab5e174c3ff65152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 18:26:22 +0000 Subject: [PATCH 3/4] Bump importlib-resources from 3.3.0 to 4.1.1 Bumps [importlib-resources](https://github.com/python/importlib_resources) from 3.3.0 to 4.1.1. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/CHANGES.rst) - [Commits](https://github.com/python/importlib_resources/compare/v3.3.0...v4.1.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9349695330..abd3f1cd41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ humanfriendly==9.0 identify==1.5.10 idna==2.10 importlib-metadata==3.3.0 -importlib-resources==3.3.0 +importlib-resources==4.1.1 Jinja2==2.11.2 jsonschema==3.2.0 MarkupSafe==1.1.1 From bbf7b015229a8a118e7c48c727119a6cbc9be690 Mon Sep 17 00:00:00 2001 From: Jose Enrique Hernandez Date: Mon, 4 Jan 2021 16:14:50 -0500 Subject: [PATCH 4/4] Set theme jekyll-theme-hacker --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 18854876c6..fc24e7a62d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-midnight \ No newline at end of file +theme: jekyll-theme-hacker \ No newline at end of file