From be81e9810affdbb9287ea76af0d48a4d8b794b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:32:34 +0000 Subject: [PATCH 1/5] Bump pyparsing from 3.2.0 to 3.2.1 in /requirements Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.0...3.2.1) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/editor-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/editor-requirements.txt b/requirements/editor-requirements.txt index 55e5a62..a479c56 100644 --- a/requirements/editor-requirements.txt +++ b/requirements/editor-requirements.txt @@ -78,7 +78,7 @@ psutil==6.1.1 pure-eval==0.2.3 pycparser==2.22 pygments==2.18.0 -pyparsing==3.2.0 +pyparsing==3.2.1 python-dateutil==2.9.0.post0 python-json-logger==3.2.1 pywin32==308 From 6ce9c72927fcd7ef3b8a8f589d4ba00bb47e737b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:33:04 +0000 Subject: [PATCH 2/5] Bump botocore from 1.35.96 to 1.35.97 in /requirements Bumps [botocore](https://github.com/boto/botocore) from 1.35.96 to 1.35.97. - [Commits](https://github.com/boto/botocore/compare/1.35.96...1.35.97) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/scripts-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/scripts-requirements.txt b/requirements/scripts-requirements.txt index 58256dd..beea6d3 100644 --- a/requirements/scripts-requirements.txt +++ b/requirements/scripts-requirements.txt @@ -3,7 +3,7 @@ PyYAML==6.0.2 boto3==1.35.96 #Dependancies -botocore==1.35.96 +botocore==1.35.97 jmespath==1.0.1 python-dateutil==2.9.0.post0 s3transfer==0.10.4 From 7bc210d7c0dc2dd435971068dabe807c02211ba8 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 13 Jan 2025 22:39:10 -0500 Subject: [PATCH 3/5] Remove Windows Specific Librariers --- requirements/editor-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements/editor-requirements.txt b/requirements/editor-requirements.txt index a479c56..ce53f8f 100644 --- a/requirements/editor-requirements.txt +++ b/requirements/editor-requirements.txt @@ -81,8 +81,6 @@ pygments==2.18.0 pyparsing==3.2.1 python-dateutil==2.9.0.post0 python-json-logger==3.2.1 -pywin32==308 -pywinpty==2.0.14 pyzmq==26.2.0 referencing==0.35.1 requests==2.32.3 From 7c78bf22885c72ea867c4d4d92a7b334208f0841 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 13 Jan 2025 22:42:11 -0500 Subject: [PATCH 4/5] Align Boto --- requirements/scripts-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/scripts-requirements.txt b/requirements/scripts-requirements.txt index beea6d3..0310a7f 100644 --- a/requirements/scripts-requirements.txt +++ b/requirements/scripts-requirements.txt @@ -1,6 +1,6 @@ #Required PyYAML==6.0.2 -boto3==1.35.96 +boto3==1.35.97 #Dependancies botocore==1.35.97 From 61f5b87bb7e75e0b4ab3c7f3578386fc73b75a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 03:42:32 +0000 Subject: [PATCH 5/5] Bump pygments from 2.18.0 to 2.19.1 in /requirements Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/editor-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/editor-requirements.txt b/requirements/editor-requirements.txt index ce53f8f..9714577 100644 --- a/requirements/editor-requirements.txt +++ b/requirements/editor-requirements.txt @@ -77,7 +77,7 @@ prompt-toolkit==3.0.48 psutil==6.1.1 pure-eval==0.2.3 pycparser==2.22 -pygments==2.18.0 +pygments==2.19.1 pyparsing==3.2.1 python-dateutil==2.9.0.post0 python-json-logger==3.2.1