From 7ae06dcaa15745a77657d1ad2369cab51e8822a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:38:54 +0000 Subject: [PATCH 1/4] Bump jinja2 from 3.1.2 to 3.1.4 in /dashboard Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 46b52ba..58d3812 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -1,6 +1,6 @@ pymongo==4.1.1 fastapi==0.78.0 uvicorn==0.17.6 -Jinja2==3.1.2 +Jinja2==3.1.4 ../library/ From 2625ea6354da75b17138333a5b99a193c1cf8956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:38:54 +0000 Subject: [PATCH 2/4] Bump paramiko from 2.11.0 to 3.4.0 in /executor Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.11.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/requirements.txt b/executor/requirements.txt index 0b25f91..bfdd590 100644 --- a/executor/requirements.txt +++ b/executor/requirements.txt @@ -1,3 +1,3 @@ -paramiko==2.11.0 +paramiko==3.4.0 ../library/ From d16fea81d1176a4704fc6e5806dcea13c2ab9d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:38:54 +0000 Subject: [PATCH 3/4] Bump fastapi from 0.78.0 to 0.109.1 in /dashboard Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.78.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.78.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 46b52ba..8db379c 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -1,5 +1,5 @@ pymongo==4.1.1 -fastapi==0.78.0 +fastapi==0.109.1 uvicorn==0.17.6 Jinja2==3.1.2 From 88c59777817b49d1b045e43a4d204ec5d8f54adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:38:55 +0000 Subject: [PATCH 4/4] Bump black from 22.3.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- library/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/requirements.txt b/library/requirements.txt index 71b6a6e..d03b174 100644 --- a/library/requirements.txt +++ b/library/requirements.txt @@ -1,3 +1,3 @@ PyYAML==6.0 requests==2.31.0 -black==22.3.0 \ No newline at end of file +black==24.3.0 \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index a8223fb..564b762 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -black==22.3.0 +black==24.3.0 flake8==4.0.1 isort==5.10.1 \ No newline at end of file