diff --git a/_build/requirements.in b/_build/requirements.in index a7976e1..2661633 100644 --- a/_build/requirements.in +++ b/_build/requirements.in @@ -1,8 +1,8 @@ # Used to help dependabot bump the lock file ansible-lint>=6.0.2 molecule>=3.6.1 -molecule-containers>=1.0.2 -molecule-docker>=1.1.0 +# molecule-containers>=1.0.2 # removed due to molecule-docker being removed +# molecule-docker>=1.1.0 # removed due to requiring docker-compose<2.0.0 molecule-openstack>=0.3 molecule-podman>=2.0.0 yamllint>=1.26.3 diff --git a/_build/requirements.txt b/_build/requirements.txt index 6b3120a..5d45588 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -1,7 +1,5 @@ ansible-lint==6.0.2 molecule==3.6.1 -molecule-containers==1.0.2 -molecule-docker==1.1.0 molecule-openstack==0.3 molecule-podman==2.0.0 yamllint==1.26.3