From 20791e2d0059d19bd606fe7867019dec2e31c712 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:58:35 +0530 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2037686d6..cba8513f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ antsibull +aiohttp==3.9.0 ansible-pygments sphinx-notfound-page sphinx_rtd_theme antsibull-docs sphinx sphinx-ansible-theme -galaxy-importer \ No newline at end of file +galaxy-importer From 23fefa2c4bfc9f0815f7a3ada3d02b16ead1e317 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:02:41 +0530 Subject: [PATCH 2/2] bumped versions of dependencies --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cba8513f0..fae8ff1b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ sphinx_rtd_theme antsibull-docs sphinx sphinx-ansible-theme -galaxy-importer +galaxy-importer==0.5.0 +ansible-core==2.14.12